lib/std/coff: add undocumented machine type ARM64EC

This commit is contained in:
Jakub Konka 2024-03-22 15:05:32 +01:00
parent 541e3a03ec
commit 2326f0e53b

View File

@ -992,6 +992,8 @@ pub const MachineType = enum(u16) {
ARM = 0x1c0,
/// ARM64 little endian
ARM64 = 0xaa64,
/// ARM64EC
ARM64EC = 0xa641,
/// ARM Thumb-2 little endian
ARMNT = 0x1c4,
/// EFI byte code