aboutsummaryrefslogtreecommitdiff
path: root/binutils/am29k-pinsn.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-07-19 15:21:35 +0000
committerSteve Chamberlain <steve@cygnus>1991-07-19 15:21:35 +0000
commit821f042dfe3545df303c2cac2210584056066f9c (patch)
treee4319d5cceb16eb16fef3fe33879bf41a7f69134 /binutils/am29k-pinsn.c
parent2f8d9c1c089eeeb1c21391e8e5f91084735c9592 (diff)
downloadgdb-821f042dfe3545df303c2cac2210584056066f9c.zip
gdb-821f042dfe3545df303c2cac2210584056066f9c.tar.gz
gdb-821f042dfe3545df303c2cac2210584056066f9c.tar.bz2
From David Wood
Diffstat (limited to 'binutils/am29k-pinsn.c')
-rw-r--r--binutils/am29k-pinsn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/am29k-pinsn.c b/binutils/am29k-pinsn.c
index 7207fff..b7a210a 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);