[pypy-svn] r69663 - pypy/branch/virtual-forcing/pypy/jit/backend/x86

fijal at codespeak.net fijal at codespeak.net
Thu Nov 26 19:03:43 CET 2009


Author: fijal
Date: Thu Nov 26 19:03:41 2009
New Revision: 69663

Modified:
   pypy/branch/virtual-forcing/pypy/jit/backend/x86/assembler.py
Log:
update comment


Modified: pypy/branch/virtual-forcing/pypy/jit/backend/x86/assembler.py
==============================================================================
--- pypy/branch/virtual-forcing/pypy/jit/backend/x86/assembler.py	(original)
+++ pypy/branch/virtual-forcing/pypy/jit/backend/x86/assembler.py	Thu Nov 26 19:03:41 2009
@@ -211,7 +211,7 @@
         self.mc.PUSH(esi)
         self.mc.PUSH(edi)
         # NB. exactly 4 pushes above; if this changes, fix stack_pos().
-        # You must also keep _get_callshape() in sync.
+        # You must also keep get_basic_shape() in sync.
         adr_stackadjust = self._patchable_stackadjust()
         tmp = X86RegisterManager.all_regs[0]
         xmmtmp = X86XMMRegisterManager.all_regs[0]



More information about the Pypy-commit mailing list