gh-118518: Ensure that the code padding it's applied (#118654)

This commit is contained in:
Pablo Galindo Salgado 2024-05-06 18:20:42 +01:00 committed by GitHub
parent e5c699280d
commit e6b213ee3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ static void* perf_map_jit_init(void) {
} }
perf_jit_map_state.code_id = 0; 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; return &perf_jit_map_state;
} }