winedump: Also dump FPO data out of JG PDB files.

oldstable
Eric Pouech 2011-01-17 21:53:51 +01:00 committed by Alexandre Julliard
parent 2b010ad366
commit a43b38fe0c
1 changed files with 1 additions and 0 deletions

View File

@ -784,6 +784,7 @@ static void pdb_jg_dump(void)
}
pdb_dump_types(&reader);
pdb_dump_symbols(&reader, &sidx);
pdb_dump_fpo(&reader, sidx.FPO);
pdb_dump_segments(&reader, sidx.segments);
}
else printf("-Unable to get root\n");