mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* a29k-dis.c (print_insn): Print the opcode.
PR 4779.
This commit is contained in:
parent
7aa8f49656
commit
e96a2b1d46
@ -1,3 +1,7 @@
|
||||
Thu Sep 15 16:30:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* a29k-dis.c (print_insn): Print the opcode.
|
||||
|
||||
Wed Sep 14 17:52:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
|
||||
|
||||
* mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
|
||||
|
@ -151,6 +151,8 @@ print_insn (memaddr, info)
|
||||
|
||||
(*find_byte_func) (insn, &insn0, &insn8, &insn16, &insn24);
|
||||
|
||||
printf ("%02x%02x%02x%02x ", insn24, insn16, insn8, insn0);
|
||||
|
||||
/* Handle the nop (aseq 0x40,gr1,gr1) specially */
|
||||
if ((insn24==0x70) && (insn16==0x40) && (insn8==0x01) && (insn0==0x01)) {
|
||||
(*info->fprintf_func) (info->stream,"nop");
|
||||
|
Loading…
Reference in New Issue
Block a user