mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 12:03:19 +00:00
lib/std/coff: add undocumented machine type ARM64EC
This commit is contained in:
parent
541e3a03ec
commit
2326f0e53b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user