dbghelp: Fix PDB processing using the FPO stream instead of FPOEXT.
This commit is contained in:
parent
f166b298ec
commit
b16b366327
1 changed files with 2 additions and 2 deletions
|
@ -3787,8 +3787,8 @@ static BOOL pdb_process_internal(const struct process *pcs,
|
|||
symbols.module_size + symbols.sectcontrib_size +
|
||||
symbols.segmap_size + symbols.srcmodule_size +
|
||||
symbols.pdbimport_size + symbols.unknown2_size);
|
||||
if (PDB_SIDX_FPO < num_sub_streams)
|
||||
pdb_file->fpoext_stream = sub_streams[PDB_SIDX_FPO];
|
||||
if (PDB_SIDX_FPOEXT < num_sub_streams)
|
||||
pdb_file->fpoext_stream = sub_streams[PDB_SIDX_FPOEXT];
|
||||
|
||||
files_image = pdb_read_strings(pdb_file);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue