elf: make EM non-exhaustive

This commit is contained in:
Asherah Connor 2021-03-11 10:09:51 +11:00
parent c5eb15526d
commit 24e5959840

View File

@ -1525,6 +1525,8 @@ pub const EM = extern enum(u16) {
/// Linux kernel bpf virtual machine /// Linux kernel bpf virtual machine
_BPF = 247, _BPF = 247,
_,
}; };
/// Section data should be writable during execution. /// Section data should be writable during execution.