mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-04-03 04:31:40 +00:00
* ns32k-dis.c (print_insn_ns32k): Constify "d", remove register
keyword.
This commit is contained in:
parent
9bd1915f75
commit
e3c9912609
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user