mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
function pad min - final pass over
This commit is contained in:
committed by
Ryan Fleury
parent
bbb825adf4
commit
b19be0574c
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user