BitFields - added preliminary support for composite bitfields

This commit is contained in:
ghidra1 2019-03-26 15:23:27 -04:00
parent c23ae691e2
commit a7345527c9
209 changed files with 18617 additions and 6720 deletions

View file

@ -103,10 +103,7 @@ public class PdbPlugin extends Plugin {
return;
}
// Note: use other constructor if we want to enforce Auto-Analysis before
// applying PDB.
final PdbParserNEW parser = new PdbParserNEW(pdb, program, service, true);
TaskLauncher.launch(new LoadPdbTask(program, parser));
TaskLauncher.launch(new LoadPdbTask(program, pdb, service));
}
catch (Exception pe) {
Msg.showError(getClass(), null, "Error", pe.getMessage());