cpu.ppc: another fix
parent
50c2a5ae84
commit
5fbb8c8bc7
|
@ -683,7 +683,7 @@ M:: ppc %restore-context ( temp1 temp2 -- )
|
|||
rs-reg temp1 "retainstack" context-field-offset LWZ ;
|
||||
|
||||
M:: ppc %save-context ( temp1 temp2 -- )
|
||||
temp1 "ctx" %vm-field-ptr
|
||||
temp1 "ctx" %vm-field
|
||||
1 temp1 "callstack-bottom" context-field-offset STW
|
||||
ds-reg temp1 "datastack" context-field-offset STW
|
||||
rs-reg temp1 "retainstack" context-field-offset STW ;
|
||||
|
|
Loading…
Reference in New Issue