mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
Set register to value parameter of longjmp procedure
git-svn-id: trunk@22531 -
This commit is contained in:
parent
6b911b4e43
commit
f2087d01a1
@ -27,6 +27,8 @@ procedure fpc_longjmp(var s : jmp_buf;value:longint);assembler;nostackframe;[Pub
|
|||||||
lw $23,36($4) // S7,$16
|
lw $23,36($4) // S7,$16
|
||||||
lw $fp,40($4) // FP
|
lw $fp,40($4) // FP
|
||||||
lw $gp,44($4) // GP
|
lw $gp,44($4) // GP
|
||||||
|
// Put value into register $2 as in setjmp
|
||||||
|
move $2, $5
|
||||||
|
|
||||||
j $31
|
j $31
|
||||||
nop
|
nop
|
||||||
|
Loading…
Reference in New Issue
Block a user