diff options
Diffstat (limited to 'libunwindstack/tools/unwind_info.cpp')
| -rw-r--r-- | libunwindstack/tools/unwind_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/tools/unwind_info.cpp b/libunwindstack/tools/unwind_info.cpp index 7a6d8ba464..a5002f2268 100644 --- a/libunwindstack/tools/unwind_info.cpp +++ b/libunwindstack/tools/unwind_info.cpp @@ -96,7 +96,7 @@ void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { printf(" <%s>", name.c_str()); } printf("\n"); - if (!section->Log(2, UINT64_MAX, fde)) { + if (!section->Log(2, UINT64_MAX, fde, elf->arch())) { printf("Failed to process cfa information for entry at 0x%" PRIx64 "\n", fde->pc_start); } } |
