[pypy-svn] r25218 - pypy/branch/jit-timeshifter-refactoring/timeshifter

pedronis at codespeak.net pedronis at codespeak.net
Sun Apr 2 11:31:38 CEST 2006


Author: pedronis
Date: Sun Apr  2 11:31:36 2006
New Revision: 25218

Modified:
   pypy/branch/jit-timeshifter-refactoring/timeshifter/rtyper.py
Log:
(arre, pedronis) 

make test_convert_greenvar_redvar



Modified: pypy/branch/jit-timeshifter-refactoring/timeshifter/rtyper.py
==============================================================================
--- pypy/branch/jit-timeshifter-refactoring/timeshifter/rtyper.py	(original)
+++ pypy/branch/jit-timeshifter-refactoring/timeshifter/rtyper.py	Sun Apr  2 11:31:36 2006
@@ -519,7 +519,7 @@
 
     def convert_from_to((r_from, r_to), v, llops):
         assert r_from.lowleveltype == r_to.original_concretetype
-        return llops.genmixlevelhelpercall(rtimeshift.ConstRedBox.ll_fromvalue,
+        return llops.genmixlevelhelpercall(rvalue.ll_fromvalue,
                                            [r_from.annotation()], [v],
                                            llops.timeshifter.s_RedBox)
 



More information about the Pypy-commit mailing list