]> gitweb.factorcode.org Git - factor.git/commitdiff
Update cpu-ppc.S for quotation layout change
authorsheeple <sheeple@oberon.local>
Tue, 24 Mar 2009 06:07:38 +0000 (01:07 -0500)
committersheeple <sheeple@oberon.local>
Tue, 24 Mar 2009 06:07:38 +0000 (01:07 -0500)
vm/cpu-ppc.S

index 30b61b5c0c527ec1dc82156ffa72cb701f9f4d28..8b3141218b0d0fb7cdf53118d71d36b9c4ad08f4 100755 (executable)
@@ -45,7 +45,7 @@ multiply_overflow:
        
 /* Note that the XT is passed to the quotation in r11 */
 #define CALL_OR_JUMP_QUOT \
-       lwz r11,9(r3)      /* load quotation-xt slot */ XX \
+       lwz r11,17(r3)     /* load quotation-xt slot */ XX \
 
 #define CALL_QUOT \
        CALL_OR_JUMP_QUOT XX \