Re: ld testsuite fixes for alpha
[deliverable/binutils-gdb.git] / cpu / mep.opc
index 34e279d98e1f0a44179a6ddaa6ae622944398d44..5a4c93dc3abed96daf209ba7de076ac746903782 100644 (file)
@@ -1271,7 +1271,7 @@ print_slot_insn (CGEN_CPU_DESC cd,
   CGEN_INSN_INT insn_value;
   CGEN_EXTRACT_INFO ex_info;
 
-  insn_value = cgen_get_insn_value (cd, buf, 32);
+  insn_value = cgen_get_insn_value (cd, buf, 32, cd->insn_endian);
 
   /* Fill in ex_info fields like read_insn would.  Don't actually call
      read_insn, since the incoming buffer is already read (and possibly
This page took 0.023635 seconds and 4 git commands to generate.