Commit 24e5959840
Changed files (1)
lib
std
lib/std/elf.zig
@@ -1525,6 +1525,8 @@ pub const EM = extern enum(u16) {
/// Linux kernel bpf virtual machine
_BPF = 247,
+
+ _,
};
/// Section data should be writable during execution.