mirror of
https://github.com/python/cpython.git
synced 2025-10-15 19:29:46 +00:00
GH-111520: Add back the operand local (GH-111813)
This commit is contained in:
parent
36aab34fab
commit
31ad7e061e
3 changed files with 24 additions and 28 deletions
|
@ -166,7 +166,7 @@ class Instruction:
|
|||
f"{func}(&this_instr[{active.offset + 1}].cache);"
|
||||
)
|
||||
else:
|
||||
out.emit(f"{typ}{ceffect.name} = ({typ.strip()})next_uop[-1].operand;")
|
||||
out.emit(f"{typ}{ceffect.name} = ({typ.strip()})operand;")
|
||||
|
||||
# Write the body, substituting a goto for ERROR_IF() and other stuff
|
||||
assert dedent <= 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue