mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-955 use correct DatatypeManager when producing structures for
PEx64unwindInfoDataType
This commit is contained in:
parent
73b07e4f48
commit
6d0cf7b4c4
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ public class PEx64UnwindInfoDataType extends DynamicDataType {
|
|||
}
|
||||
|
||||
private Structure defineUnwindCodeStructure() {
|
||||
StructureDataType unwindCode = new StructureDataType("UnwindCode", 0);
|
||||
StructureDataType unwindCode = new StructureDataType("UnwindCode", 0, dataMgr);
|
||||
unwindCode.setPackingEnabled(true);
|
||||
try {
|
||||
unwindCode.add(BYTE, "OffsetInProlog", null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue