[pypy-commit] pypy default: Add missing operation

arigo noreply at buildbot.pypy.org
Fri May 29 11:49:24 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r77678:af2c8b03940a
Date: 2015-05-29 11:49 +0200
http://bitbucket.org/pypy/pypy/changeset/af2c8b03940a/

Log:	Add missing operation

diff --git a/rpython/rtyper/lltypesystem/lloperation.py b/rpython/rtyper/lltypesystem/lloperation.py
--- a/rpython/rtyper/lltypesystem/lloperation.py
+++ b/rpython/rtyper/lltypesystem/lloperation.py
@@ -574,6 +574,7 @@
     'debug_reraise_traceback': LLOp(),
     'debug_print_traceback':   LLOp(),
     'debug_nonnull_pointer':   LLOp(canrun=True),
+    'debug_forked':            LLOp(),
 
     # __________ instrumentation _________
     'instrument_count':     LLOp(),


More information about the pypy-commit mailing list