mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 07:47:59 +02:00
Use frame register $r22 (aliased as $fp) inside SignalToRunerror for loongarch64 CPU to fix backtrace dumps
This commit is contained in:
parent
d3ac7f1d26
commit
bc641cc76b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user