mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix smelly
This commit is contained in:
parent
70e5ce7425
commit
a39cd25f15
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ _PyJit_translate_single_bytecode_to_trace(
|
|||
uint32_t target = 0;
|
||||
|
||||
target = Py_IsNone((PyObject *)old_code)
|
||||
? (uint32_t)(target_instr - _Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS_PTR)
|
||||
? (int)(target_instr - _Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS_PTR)
|
||||
: INSTR_IP(target_instr, old_code);
|
||||
|
||||
// Rewind EXTENDED_ARG so that we see the whole thing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue