Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r68969:20ad6157d777
Date: 2014-01-27 22:02 +0100
http://bitbucket.org/pypy/pypy/changeset/20ad6157d777/

Log:    Add stub for debug_forked(). Where do all these new operations come
        from?

diff --git a/rpython/translator/llvm/genllvm.py 
b/rpython/translator/llvm/genllvm.py
--- a/rpython/translator/llvm/genllvm.py
+++ b/rpython/translator/llvm/genllvm.py
@@ -1093,6 +1093,9 @@
     def op_debug_flush(self, result, *args):
         pass
 
+    def op_debug_forked(self, result, *args):
+        pass
+
     def op_track_alloc_start(self, result, *args):
         pass
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to