Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: record-known-result
Changeset: r98683:e0ec664096c7
Date: 2020-02-07 14:40 +0100
http://bitbucket.org/pypy/pypy/changeset/e0ec664096c7/

Log:    add missing op

diff --git a/rpython/translator/c/src/support.h 
b/rpython/translator/c/src/support.h
--- a/rpython/translator/c/src/support.h
+++ b/rpython/translator/c/src/support.h
@@ -8,6 +8,7 @@
 #define RUNNING_ON_LLINTERP    0
 #define OP_JIT_RECORD_EXACT_CLASS(i, c, r)  /* nothing */
 #define OP_JIT_RECORD_EXACT_VALUE(i, c, r)  /* nothing */
+#define OP_JIT_RECORD_KNOWN_RESULT(r, f, ...)  /* nothing */
 
 #define FAIL_OVF(msg) _RPyRaiseSimpleException(RPyExc_OverflowError)
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to