From c6837fbe3ed1b7f98d1d4905da88ed91efee82df Mon Sep 17 00:00:00 2001
From: sheeple <sheeple@oberon.local>
Date: Tue, 24 Mar 2009 01:07:38 -0500
Subject: [PATCH] Update cpu-ppc.S for quotation layout change

---
 vm/cpu-ppc.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vm/cpu-ppc.S b/vm/cpu-ppc.S
index 30b61b5c0c..8b3141218b 100755
--- a/vm/cpu-ppc.S
+++ b/vm/cpu-ppc.S
@@ -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 \