From David Wood

This commit is contained in:
Steve Chamberlain 1991-07-19 15:21:35 +00:00
parent 2f8d9c1c08
commit 821f042dfe

View File

@ -147,7 +147,7 @@ print_insn_a29k (memaddr, buffer, stream)
/* The four bytes of the instruction. */
unsigned char insn24, insn16, insn8, insn0;
struct am29k_opcode *opcode;
CONST struct am29k_opcode *opcode;
#ifdef GDB
read_memory (memaddr, &insn[0], 4);