Skip to content

Commit 8ce6535

Browse files
committed
Fix non-pystats compile
1 parent b0cf32a commit 8ce6535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ PyAPI_FUNC(PyObject*) _Py_GetSpecializationStats(void);
308308
#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
309309
#define GC_STAT_ADD(gen, name, n) ((void)0)
310310
#define OPT_STAT_INC(name) ((void)0)
311-
#define UOP_EXE_INC(opname) ((void)0)
311+
#define UOP_STAT_INC(opname, name) ((void)0)
312312
#define OPT_UNSUPPORTED_OPCODE(opname) ((void)0)
313313
#define OPT_HIST(length, name) ((void)0)
314314
#endif // !Py_STATS

0 commit comments

Comments
 (0)