* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / mips-pinsn.c
index 530b2a742ebf17951b429d63ae0c01a7f33df0b3..199e335154e521ef92111da566ffb746c49aa4e3 100644 (file)
@@ -35,7 +35,7 @@ print_insn (memaddr, stream)
 
   /* print_insn_mips is in opcodes/mips-dis.c.  */
   if (TARGET_BYTE_ORDER == BIG_ENDIAN)
-    return print_insn_big_mips (memaddr, &info);
+    return print_insn_big_mips ((bfd_vma) memaddr, &info);
   else
-    return print_insn_little_mips (memaddr, &info);
+    return print_insn_little_mips ((bfd_vma) memaddr, &info);
 }
This page took 0.023094 seconds and 4 git commands to generate.