[pypy-svn] r67756 - pypy/branch/asmgcroot-callback/pypy/rpython/lltypesystem

arigo at codespeak.net arigo at codespeak.net
Fri Sep 18 13:58:20 CEST 2009


Author: arigo
Date: Fri Sep 18 13:58:19 2009
New Revision: 67756

Modified:
   pypy/branch/asmgcroot-callback/pypy/rpython/lltypesystem/lloperation.py
Log:
Uh?  Nonsense.


Modified: pypy/branch/asmgcroot-callback/pypy/rpython/lltypesystem/lloperation.py
==============================================================================
--- pypy/branch/asmgcroot-callback/pypy/rpython/lltypesystem/lloperation.py	(original)
+++ pypy/branch/asmgcroot-callback/pypy/rpython/lltypesystem/lloperation.py	Fri Sep 18 13:58:19 2009
@@ -418,7 +418,7 @@
     # for asmgcroot support to get the address of various static structures
     # see translator/c/src/mem.h for the valid indices
     'gc_asmgcroot_static':  LLOp(sideeffects=False),
-    'gc_stack_bottom':      LLOp(sideeffects=False, canrun=True),
+    'gc_stack_bottom':      LLOp(canrun=True),
 
     # NOTE NOTE NOTE! don't forget *** canunwindgc=True *** for anything that
     # can go through a stack unwind, in particular anything that mallocs!



More information about the Pypy-commit mailing list