Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6b213e

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Python/perf_jit_trampoline.c

Copy file name to clipboardExpand all lines: Python/perf_jit_trampoline.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.