mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-10 08:08:14 +08:00
GP-6690 Minor fix to define in script to parse UEFI header files to
handle newer UEFI header files
This commit is contained in:
@@ -128,6 +128,7 @@ public class CreateUEFIGDTArchivesScript extends GhidraScript {
|
||||
};
|
||||
|
||||
String args[] = {
|
||||
"-DSTATIC_ASSERT=static_assert"
|
||||
};
|
||||
|
||||
parseHeaderFilesToGDT(outputDirectory, "uefi_"+name, languageID, compiler, filenames, includePaths, args);
|
||||
|
||||
Reference in New Issue
Block a user