mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-17 09:32:22 -07:00
typos
This commit is contained in:
committed by
Ryan Fleury
parent
75d02f1c1e
commit
439fd0324d
@@ -3140,7 +3140,7 @@ lnk_build_pdb(TP_Context *tp,
|
||||
U64 image_section_table_count = pe.section_count+1;
|
||||
|
||||
ProfBegin("Setup PDB Context");
|
||||
PDB_Context *pdb = pdb_alloc(config->page_size, config->machine, config->time_stamp, config->age, config->guid);
|
||||
PDB_Context *pdb = pdb_alloc(config->pdb_page_size, config->machine, config->time_stamp, config->age, config->guid);
|
||||
ProfEnd();
|
||||
|
||||
// move patched type data
|
||||
|
||||
@@ -305,7 +305,7 @@ THREAD_POOL_TASK_FUNC(lnk_input_coff_symbol_table)
|
||||
U64 hash = lnk_symbol_hash(symbol.name);
|
||||
lnk_symbol_table_push_(task->symtab, arena, worker_id, LNK_SymbolScope_Defined, hash, defn);
|
||||
|
||||
lnk_symbol_list_push(arena, &task->weak_lists[task_id], defn);
|
||||
lnk_symbol_list_push(arena, &task->weak_lists[worker_id], defn);
|
||||
} break;
|
||||
case COFF_SymbolValueInterp_Common: {
|
||||
LNK_Symbol *defn = lnk_make_defined_symbol(arena, symbol.name, obj, symbol_idx);
|
||||
|
||||
Reference in New Issue
Block a user