Index: src/DwarfInstructions.hpp =================================================================== --- src/DwarfInstructions.hpp +++ src/DwarfInstructions.hpp @@ -192,6 +192,8 @@ else return UNW_EBADREG; } + else if (i == (int)cieInfo.returnAddressRegister) + returnAddress = registers.getRegister(i); } // By definition, the CFA is the stack pointer at the call site, so