diff options
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/jit/template.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/jit/template.c b/Tools/jit/template.c index 0dd0744..a81e866 100644 --- a/Tools/jit/template.c +++ b/Tools/jit/template.c @@ -106,7 +106,6 @@ _JIT_ENTRY(_PyInterpreterFrame *frame, PyObject **stack_pointer, PyThreadState * // The actual instruction definitions (only one will be used): if (uopcode == _JUMP_TO_TOP) { - CHECK_EVAL_BREAKER(); PATCH_JUMP(_JIT_TOP); } switch (uopcode) { |