Skip to content

Commit

Permalink
Update perf_trampoline.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gsallam authored Sep 21, 2023
1 parent 09d65f9 commit 83c6359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/perf_trampoline.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ int PyUnstable_PerfTrampoline_CompileCode(PyCodeObject *co)
return 0;
}
trampoline_api.write_state(trampoline_api.state, new_trampoline,
code_arena->code_size, co);
perf_code_arena->code_size, co);
return _PyCode_SetExtra((PyObject *)co, extra_code_index,
(void *)new_trampoline);
}
Expand Down

0 comments on commit 83c6359

Please sign in to comment.