Author: Remi Meier <[email protected]>
Branch: stmgc-c4
Changeset: r65400:7a372f0f9000
Date: 2013-07-15 08:35 +0200
http://bitbucket.org/pypy/pypy/changeset/7a372f0f9000/

Log:    forgot OP_STM_GET_ROOT_STACK_TOP in funcgen

diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py
--- a/rpython/translator/c/funcgen.py
+++ b/rpython/translator/c/funcgen.py
@@ -591,6 +591,7 @@
     OP_STM_PTR_EQ                       = _OP_STM
     OP_STM_PUSH_ROOT                    = _OP_STM
     OP_STM_POP_ROOT_INTO                = _OP_STM
+    OP_STM_GET_ROOT_STACK_TOP           = _OP_STM
     OP_STM_ALLOCATE                     = _OP_STM
     OP_STM_GET_TID                      = _OP_STM
     OP_STM_HASH                         = _OP_STM
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to