Skip to content

Commit e6b213e

Browse files
authored
gh-118518: Ensure that the code padding it's applied (#118654)
1 parent e5c6992 commit e6b213e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/perf_jit_trampoline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static void* perf_map_jit_init(void) {
292292
}
293293
perf_jit_map_state.code_id = 0;
294294

295-
// trampoline_api.code_padding = PERF_JIT_CODE_PADDING;
295+
trampoline_api.code_padding = PERF_JIT_CODE_PADDING;
296296
return &perf_jit_map_state;
297297
}
298298

0 commit comments

Comments
 (0)