[pypy-svn] r67418 - pypy/branch/no-recompilation/pypy/jit/backend/x86

fijal at codespeak.net fijal at codespeak.net
Tue Sep 1 20:08:27 CEST 2009


Author: fijal
Date: Tue Sep  1 20:08:26 2009
New Revision: 67418

Modified:
   pypy/branch/no-recompilation/pypy/jit/backend/x86/runner.py
Log:
typo


Modified: pypy/branch/no-recompilation/pypy/jit/backend/x86/runner.py
==============================================================================
--- pypy/branch/no-recompilation/pypy/jit/backend/x86/runner.py	(original)
+++ pypy/branch/no-recompilation/pypy/jit/backend/x86/runner.py	Tue Sep  1 20:08:26 2009
@@ -58,7 +58,7 @@
         self.assembler._exception_bck[0] = 0
         self.assembler._exception_bck[1] = 0
 
-    def compile_operations(self, tree, bridge=None):
+    def compile_operations(self, tree, guard_op=None):
         old_loop = tree._x86_compiled
         if old_loop:
             olddepth = tree._x86_stack_depth



More information about the Pypy-commit mailing list