Skip to content

Commit

Permalink
pythongh-118518: Ensure that the code padding it's applied
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed May 6, 2024
1 parent 709ca90 commit 1467ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/perf_jit_trampoline.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static void* perf_map_jit_init(void) {
}
perf_jit_map_state.code_id = 0;

// trampoline_api.code_padding = PERF_JIT_CODE_PADDING;
trampoline_api.code_padding = PERF_JIT_CODE_PADDING;
return &perf_jit_map_state;
}

Expand Down

0 comments on commit 1467ce2

Please sign in to comment.