cpu,opcodes: add instruction semantics to bpf.cpu and minor fixes
[deliverable/binutils-gdb.git] / opcodes / bpf-dis.c
index 5d0d08b967197dcc90ca9daf6e3081aef7296ddb..60e0d960c875db1bde5a5902b2dab2ae91876dc5 100644 (file)
@@ -75,6 +75,7 @@ bpf_print_insn (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info)
 
   info->bytes_per_chunk = 1;
   info->bytes_per_line = 8;
+  info->endian_code = BFD_ENDIAN_BIG;
 
   /* Attempt to read the base part of the insn.  */
   buflen = cd->base_insn_bitsize / 8;
This page took 0.023619 seconds and 4 git commands to generate.