diff options
Diffstat (limited to 'util/cbfstool/coff.h')
-rw-r--r-- | util/cbfstool/coff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cbfstool/coff.h b/util/cbfstool/coff.h index 316bfd30a4..37cbfd3ddb 100644 --- a/util/cbfstool/coff.h +++ b/util/cbfstool/coff.h @@ -25,6 +25,7 @@ typedef struct { #define MACHINE_TYPE_X86 0x014c #define MACHINE_TYPE_X64 0x8664 +#define MACHINE_TYPE_ARM64 0xAA64 typedef struct { uint8_t signature[4]; uint16_t machine; |