[pypy-commit] pypy record-known-result: add missing op

cfbolz pypy.commits at gmail.com
Sat Feb 8 05:19:03 EST 2020


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
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)
 


More information about the pypy-commit mailing list