Skip to content

Commit 2326f0e

Browse files
committed
lib/std/coff: add undocumented machine type ARM64EC
1 parent 541e3a0 commit 2326f0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/std/coff.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,8 @@ pub const MachineType = enum(u16) {
992992
ARM = 0x1c0,
993993
/// ARM64 little endian
994994
ARM64 = 0xaa64,
995+
/// ARM64EC
996+
ARM64EC = 0xa641,
995997
/// ARM Thumb-2 little endian
996998
ARMNT = 0x1c4,
997999
/// EFI byte code

0 commit comments

Comments
 (0)