We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e5ce7 commit a39cd25Copy full SHA for a39cd25
Python/optimizer.c
@@ -597,7 +597,7 @@ _PyJit_translate_single_bytecode_to_trace(
597
uint32_t target = 0;
598
599
target = Py_IsNone((PyObject *)old_code)
600
- ? (uint32_t)(target_instr - _Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS_PTR)
+ ? (int)(target_instr - _Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS_PTR)
601
: INSTR_IP(target_instr, old_code);
602
603
// Rewind EXTENDED_ARG so that we see the whole thing.
0 commit comments