mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
GP-955 use correct DatatypeManager when producing structures for
PEx64unwindInfoDataType
This commit is contained in:
parent
73b07e4f48
commit
6d0cf7b4c4
@ -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…
Reference in New Issue
Block a user