Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-11-13 06:48:48 -06:00
commit c64749ccac
1 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@ M: ppc %jump-label ( label -- ) B ;
M: ppc %return ( -- ) BLR ;
M:: ppc %dispatch ( src temp offset -- )
0 temp LOAD32 rc-absolute-ppc-2/2 rel-here
temp temp src ADD
temp temp 5 offset + cells LWZ
0 temp LOAD32
4 offset + cells rc-absolute-ppc-2/2 rel-here
temp temp src LWZX
temp MTCTR
BCTR ;