[pypy-svn] r32449 - pypy/dist/pypy/jit/timeshifter

arigo at codespeak.net arigo at codespeak.net
Mon Sep 18 17:07:01 CEST 2006


Author: arigo
Date: Mon Sep 18 17:07:00 2006
New Revision: 32449

Modified:
   pypy/dist/pypy/jit/timeshifter/rtimeshift.py
Log:
(arre, arigo)

Typo.


Modified: pypy/dist/pypy/jit/timeshifter/rtimeshift.py
==============================================================================
--- pypy/dist/pypy/jit/timeshifter/rtimeshift.py	(original)
+++ pypy/dist/pypy/jit/timeshifter/rtimeshift.py	Mon Sep 18 17:07:00 2006
@@ -215,7 +215,7 @@
     # Then we make a new block based on this new state.
     replace_memo = rvalue.copy_memo()
     for box in outgoingvarboxes:
-        box = box.forcevar(jitstate.curbuilder, replace_memo)
+        box.forcevar(jitstate.curbuilder, replace_memo)
     if replace_memo.boxes:
         jitstate.replace(replace_memo)
     start_new_block(states_dic, jitstate, key)



More information about the Pypy-commit mailing list