mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 04:28:12 +00: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
|
||||
|
||||
Reference in New Issue
Block a user