[pypy-svn] r25373 - pypy/dist/pypy/rpython/lltypesystem

hpk at codespeak.net hpk at codespeak.net
Wed Apr 5 13:41:39 CEST 2006


Author: hpk
Date: Wed Apr  5 13:41:39 2006
New Revision: 25373

Modified:
   pypy/dist/pypy/rpython/lltypesystem/lloperation.py
Log:
add a missing gc operation 


Modified: pypy/dist/pypy/rpython/lltypesystem/lloperation.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/lloperation.py	(original)
+++ pypy/dist/pypy/rpython/lltypesystem/lloperation.py	Wed Apr  5 13:41:39 2006
@@ -284,6 +284,7 @@
     'gc_pop_alive_pyobj':   LLOp(),
     'gc_protect':           LLOp(),
     'gc_unprotect':         LLOp(),    
+    'gc_reload_possibly_moved': LLOp(),
 
     # __________ stackless operation(s) __________
 



More information about the Pypy-commit mailing list