diff options
Diffstat (limited to 'gdb/am29k-pinsn.c')
-rw-r--r-- | gdb/am29k-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/am29k-pinsn.c b/gdb/am29k-pinsn.c index 337bf90..36b7344 100644 --- a/gdb/am29k-pinsn.c +++ b/gdb/am29k-pinsn.c @@ -127,7 +127,7 @@ print_insn (memaddr, stream) /* The four bytes of the instruction. */ unsigned char insn24, insn16, insn8, insn0; - struct a29k_opcode *opcode; + struct a29k_opcode const * opcode; read_memory (memaddr, &insn[0], 4); |