diff options
Diffstat (limited to 'libunwindstack/tests/VerifyBionicTerminationTest.cpp')
-rw-r--r-- | libunwindstack/tests/VerifyBionicTerminationTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/tests/VerifyBionicTerminationTest.cpp b/libunwindstack/tests/VerifyBionicTerminationTest.cpp index 6a3e91a2ad..eb2b01d297 100644 --- a/libunwindstack/tests/VerifyBionicTerminationTest.cpp +++ b/libunwindstack/tests/VerifyBionicTerminationTest.cpp @@ -55,7 +55,7 @@ static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* return DWARF_LOCATION_INVALID; } dwarf_loc_regs_t regs; - if (!section->GetCfaLocationInfo(rel_pc, fde, ®s)) { + if (!section->GetCfaLocationInfo(rel_pc, fde, ®s, ARCH_UNKNOWN)) { return DWARF_LOCATION_INVALID; } |