Commit 24e5959840

Asherah Connor <ashe@kivikakk.ee>
2021-03-11 00:09:51
elf: make EM non-exhaustive
1 parent c5eb155
Changed files (1)
lib
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.