mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 00:45:43 +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[] = {
|
String args[] = {
|
||||||
|
"-DSTATIC_ASSERT=static_assert"
|
||||||
};
|
};
|
||||||
|
|
||||||
parseHeaderFilesToGDT(outputDirectory, "uefi_"+name, languageID, compiler, filenames, includePaths, args);
|
parseHeaderFilesToGDT(outputDirectory, "uefi_"+name, languageID, compiler, filenames, includePaths, args);
|
||||||
|
|||||||
Reference in New Issue
Block a user