Author: Armin Rigo <[email protected]>
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(),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit