diff options
author | Alan Modra <amodra@gmail.com> | 2002-06-08 07:29:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-06-08 07:29:27 +0000 |
commit | 56da5fedc7f14da15c32e9a7da13348cf906923e (patch) | |
tree | a59a1090d8739a83b1f13eaf266bb60ffae4bc67 /opcodes/or32-dis.c | |
parent | 3f9c735ef4be0a0e64cbb47f4ff54482673a702e (diff) | |
download | gdb-56da5fedc7f14da15c32e9a7da13348cf906923e.zip gdb-56da5fedc7f14da15c32e9a7da13348cf906923e.tar.gz gdb-56da5fedc7f14da15c32e9a7da13348cf906923e.tar.bz2 |
* a29k-dis.c: Replace CONST with const.
* h8300-dis.c: Likewise.
* m68k-dis.c: Likewise.
* or32-dis.c: Likewise.
* sparc-dis.c: Likewise.
Diffstat (limited to 'opcodes/or32-dis.c')
-rw-r--r-- | opcodes/or32-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/or32-dis.c b/opcodes/or32-dis.c index 8876a30..d5f4679 100644 --- a/opcodes/or32-dis.c +++ b/opcodes/or32-dis.c @@ -261,7 +261,7 @@ print_insn (memaddr, info) /* The four bytes of the instruction. */ unsigned long insn; find_byte_func_type find_byte_func = (find_byte_func_type)info->private_data; - struct or32_opcode CONST * opcode; + struct or32_opcode const * opcode; { int status = |