]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/opcode/bpf.h
bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flags
[thirdparty/binutils-gdb.git] / include / opcode / bpf.h
index 20e323a065b5555c4b9e2b4a651e4e4dbb4a04fd..6decae4a9a3b1b0089c9be38f26d5d96c17ae37b 100644 (file)
@@ -44,7 +44,7 @@ typedef uint64_t bpf_insn_word;
 #define BPF_V2 0x2
 #define BPF_V3 0x3
 #define BPF_V4 0x4
-#define BPF_XBPF 0xff
+#define BPF_XBPF 0xf
 
 /* Masks for the several instruction fields in a BPF instruction.
    These assume big-endian BPF instructions.  */