Skip to content

Commit

Permalink
GP-0 Upgraded gdt archives to reflect x86 v4 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidra1 committed Jun 4, 2024
1 parent 79c673d commit 53d4708
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified Ghidra/Features/Base/data/typeinfo/generic/generic_clib.gdt
Binary file not shown.
Binary file modified Ghidra/Features/Base/data/typeinfo/generic/generic_clib_64.gdt
Binary file not shown.
Binary file modified Ghidra/Features/Base/data/typeinfo/win32/windows_vs12_32.gdt
Binary file not shown.
Binary file modified Ghidra/Features/Base/data/typeinfo/win32/windows_vs12_64.gdt
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private String getGdtUniversalId(ResourceFile gdtFile) {
FileDataTypeManager dtm = null;
try {
dtm = FileDataTypeManager.openFileArchive(gdtFile, false);
assertEquals(ArchiveWarning.NONE, dtm.getWarning());
assertEquals(dtm.getWarningMessage(true), ArchiveWarning.NONE, dtm.getWarning());
return dtm.getUniversalID().toString();
}
catch (IOException e) {
Expand Down

0 comments on commit 53d4708

Please sign in to comment.