Merge branch 'master' of git://factorcode.org/git/factor
commit
c64749ccac
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue