Use frame register $r22 (aliased as $fp) inside SignalToRunerror for loongarch64 CPU to fix backtrace dumps

This commit is contained in:
Pierre Muller 2023-09-15 15:20:16 +00:00
parent d3ac7f1d26
commit bc641cc76b

View File

@ -93,5 +93,5 @@ begin
if res<>0 then
HandleErrorAddrFrame(res,
pointer(uContext^.uc_mcontext.pc),
pointer(uContext^.uc_mcontext.regs[3]));
pointer(uContext^.uc_mcontext.regs[22]));
end;