diff options
Diffstat (limited to 'cpu/bpf.opc')
-rw-r--r-- | cpu/bpf.opc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/bpf.opc b/cpu/bpf.opc index e70ee04..e2acaa4 100644 --- a/cpu/bpf.opc +++ b/cpu/bpf.opc @@ -129,6 +129,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; |