Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r50976:25b8f969eadb
Date: 2012-01-02 04:50 -0800
http://bitbucket.org/pypy/pypy/changeset/25b8f969eadb/
Log: remove typo in codebuilder
diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py
b/pypy/jit/backend/ppc/ppcgen/codebuilder.py
--- a/pypy/jit/backend/ppc/ppcgen/codebuilder.py
+++ b/pypy/jit/backend/ppc/ppcgen/codebuilder.py
@@ -1045,7 +1045,7 @@
self.bctrl()
if IS_PPC_64:
- self.load(t.TOC.value, r.SP.value, 5 * WORD)
+ self.load(r.TOC.value, r.SP.value, 5 * WORD)
def load(self, target_reg, base_reg, offset):
if IS_PPC_32:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit