mirror of
https://github.com/python/cpython.git
synced 2025-10-30 05:01:30 +00:00
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
This commit is contained in:
parent
573eff3e2e
commit
67a91f78e4
23 changed files with 249 additions and 164 deletions
|
|
@ -448,7 +448,7 @@ def write_components(
|
|||
), f"Expected {mgr.instr.name!r} to be the last uop"
|
||||
assert_no_pokes(managers)
|
||||
|
||||
if mgr.instr.name == "_SAVE_CURRENT_IP":
|
||||
if mgr.instr.name == "_SAVE_RETURN_OFFSET":
|
||||
next_instr_is_set = True
|
||||
if cache_offset:
|
||||
out.emit(f"next_instr += {cache_offset};")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue