]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/bpf-desc.c
cpu,gas,opcodes: remove no longer needed workaround from the BPF port
[thirdparty/binutils-gdb.git] / opcodes / bpf-desc.c
index abd8c41006f20ccfde3c6984bc92bd81aa87020a..6319f100f3ca001ff09fb944acc8fb5f56e6186e 100644 (file)
@@ -119,8 +119,8 @@ const CGEN_ATTR_TABLE bpf_cgen_insn_attr_table[] =
 /* Instruction set variants.  */
 
 static const CGEN_ISA bpf_cgen_isa_table[] = {
-  { "ebpfle", 64, 8, 64, 128 },
-  { "ebpfbe", 64, 8, 64, 128 },
+  { "ebpfle", 64, 64, 64, 128 },
+  { "ebpfbe", 64, 64, 64, 128 },
   { 0, 0, 0, 0, 0 }
 };