[pypy-svn] r65262 - pypy/branch/pyjitpl5/pypy/translator/c/gcc

arigo at codespeak.net arigo at codespeak.net
Thu May 14 12:16:24 CEST 2009


Author: arigo
Date: Thu May 14 12:16:23 2009
New Revision: 65262

Modified:
   pypy/branch/pyjitpl5/pypy/translator/c/gcc/trackgcroot.py
Log:
Bad name (probably no consequence apart from debugging).


Modified: pypy/branch/pyjitpl5/pypy/translator/c/gcc/trackgcroot.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/translator/c/gcc/trackgcroot.py	(original)
+++ pypy/branch/pyjitpl5/pypy/translator/c/gcc/trackgcroot.py	Thu May 14 12:16:23 2009
@@ -76,7 +76,7 @@
             popl   %ebp              /* restore from ASM_FRAMEDATA[3] */
             popl   %eax
             ret
-        .size pypy_asm_stackwalk_init, .-pypy_asm_stackwalk_init
+        .size pypy_asm_stackwalk, .-pypy_asm_stackwalk
         """
         print >> output, '\t.data'
         print >> output, '\t.align\t4'



More information about the Pypy-commit mailing list