* ns32k-dis.c (print_insn_ns32k): Constify "d", remove register

keyword.
This commit is contained in:
Alan Modra 2002-12-16 09:54:12 +00:00
parent 9bd1915f75
commit e3c9912609
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-12-16 Alan Modra <amodra@bigpond.net.au>
* ns32k-dis.c (print_insn_ns32k): Constify "d", remove register
keyword.
2002-12-13 Alan Modra <amodra@bigpond.net.au>
* h8500-opc.h (h8500_table): Add missing initializers to quiet

View File

@ -405,8 +405,8 @@ print_insn_ns32k (memaddr, info)
bfd_vma memaddr;
disassemble_info *info;
{
register unsigned int i;
register char *d;
unsigned int i;
const char *d;
unsigned short first_word;
int ioffset; /* bits into instruction */
int aoffset; /* bits into arguments */