summaryrefslogtreecommitdiff
path: root/libunwindstack/tools/unwind_reg_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/tools/unwind_reg_info.cpp')
-rw-r--r--libunwindstack/tools/unwind_reg_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/tools/unwind_reg_info.cpp b/libunwindstack/tools/unwind_reg_info.cpp
index 0f01566..4b6f49a 100644
--- a/libunwindstack/tools/unwind_reg_info.cpp
+++ b/libunwindstack/tools/unwind_reg_info.cpp
@@ -173,7 +173,7 @@ int GetInfo(const char* file, uint64_t pc) {
}
Elf elf(memory);
- if (!elf.Init(true) || !elf.valid()) {
+ if (!elf.Init() || !elf.valid()) {
printf("%s is not a valid elf file.\n", file);
return 1;
}