mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 14:49:24 +01:00
parent
b2813abec2
commit
c39d12a618
@ -49,7 +49,7 @@ procedure fpc_longjmp(var S : jmp_buf;value : longint);assembler;[Public, alias
|
|||||||
{$if defined(FPUVFPV2) or defined(FPUVFPV3) or defined(FPUVFPV3_D16)}
|
{$if defined(FPUVFPV2) or defined(FPUVFPV3) or defined(FPUVFPV3_D16)}
|
||||||
fldmiad ip!, {d8-d15}
|
fldmiad ip!, {d8-d15}
|
||||||
{$endif}
|
{$endif}
|
||||||
ldmia ip,{v1-v6, sl, fp}
|
ldmia ip!, {v1-v6, sl, fp}
|
||||||
ldr sp, [ip]
|
ldr sp, [ip]
|
||||||
add ip, ip, #4
|
add ip, ip, #4
|
||||||
ldr pc, [ip]
|
ldr pc, [ip]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user