* mips-dis.c (print_insn_little_mips): Cast return value from bfd_getl32 from
authorKen Raeburn <raeburn@cygnus>
Tue, 18 Apr 1995 16:24:09 +0000 (16:24 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 18 Apr 1995 16:24:09 +0000 (16:24 +0000)
commit6a37aaf186f8427b4273790387b9ba804355f448
treec8db328125a05e5f3308d2c43e34f74d57748d90
parentf8f3659f3eb5d715c5e1d9ce10614e83482d986b
* mips-dis.c (print_insn_little_mips): Cast return value from bfd_getl32 from
bfd_vma to unsigned long, because _print_insn_mips expects an unsigned long,
and that might be fewer words of argument storage (e.g., if bfd_vma is long
long on a 32-bit machine).
(print_insn_big_mips): Likewise with bfd_getb32 value.
(_print_insn_mips): Now static.
opcodes/ChangeLog
This page took 0.03258 seconds and 4 git commands to generate.