mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
elf: make EM non-exhaustive
This commit is contained in:
parent
c5eb15526d
commit
24e5959840
@ -1525,6 +1525,8 @@ pub const EM = extern enum(u16) {
|
||||
|
||||
/// Linux kernel bpf virtual machine
|
||||
_BPF = 247,
|
||||
|
||||
_,
|
||||
};
|
||||
|
||||
/// Section data should be writable during execution.
|
||||
|
Loading…
Reference in New Issue
Block a user