From 821f042dfe3545df303c2cac2210584056066f9c Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 19 Jul 1991 15:21:35 +0000 Subject: [PATCH] From David Wood --- binutils/am29k-pinsn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/am29k-pinsn.c b/binutils/am29k-pinsn.c index 7207fffe83..b7a210aa5f 100644 --- a/binutils/am29k-pinsn.c +++ b/binutils/am29k-pinsn.c @@ -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); -- 2.34.1