cpu.ppc: another fix

db4
Slava Pestov 2010-02-04 08:19:59 +13:00
parent 50c2a5ae84
commit 5fbb8c8bc7
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;