Author: Maciej Fijalkowski <[email protected]>
Branch: continulet-jit-3
Changeset: r58214:b399a246cd79
Date: 2012-10-18 15:31 +0200
http://bitbucket.org/pypy/pypy/changeset/b399a246cd79/

Log:    typo

diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl.py
+++ b/pypy/jit/metainterp/pyjitpl.py
@@ -745,7 +745,7 @@
         cpu = self.metainterp.cpu
         descr = cpu.jitframe_get_jfdescr_descr()
         jfdescrbox = self._opimpl_getfield_gc_any(jfbox, descr)
-        jfdescrbox = self.implement_guard_value(pc, jfdescrbox)
+        jfdescrbox = self.implement_guard_value(orgpc, jfdescrbox)
         jfdescr = jfdescrbox.getref_base()
         descr = cpu.jitframe_cast_jfdescr_to_descr(jfdescr)
         if not descr:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to