Skip to content

Commit b80bdf8

Browse files
committed
Fix JIT interpreter
1 parent fc4824b commit b80bdf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/ceval.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
10841084
/* Tier 2 interpreter state */
10851085
_PyExecutorObject *current_executor = NULL;
10861086
const _PyUOpInstruction *next_uop = NULL;
1087+
_PyInterpreterFrame *jit_entry;
10871088
#endif
10881089
#if Py_TAIL_CALL_INTERP
10891090
# if Py_STATS

0 commit comments

Comments
 (0)