cpu.ppc.bootstrap: update for syntax change

db4
Slava Pestov 2009-03-22 21:37:42 -05:00
parent 6080c6e734
commit 75452c842f
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ big-endian on
4 jit-code-format set
: ds-reg 29 ;
: rs-reg 30 ;
CONSTANT: ds-reg 29
CONSTANT: rs-reg 30
: factor-area-size ( -- n ) 4 bootstrap-cells ;