function pad min - final pass over

This commit is contained in:
Nikita Smith
2025-06-25 10:53:24 -07:00
committed by Ryan Fleury
parent bbb825adf4
commit b19be0574c
5 changed files with 79 additions and 181 deletions
+3 -1
View File
@@ -229,7 +229,9 @@ THREAD_POOL_TASK_FUNC(lnk_obj_initer)
// Extract obj features from compile symbol in .debug$S
//
B8 hotpatch = 0;
{
if (header.machine == COFF_MachineType_X64) {
hotpatch = 1;
} else {
Temp scratch = scratch_begin(&arena, 1);
CV_Symbol comp_symbol = {0};