Fix gcc -Wall warnings. See ChangeLog for details.

This commit is contained in:
Ian Lance Taylor 1998-03-27 23:29:46 +00:00
parent 15232df4a3
commit 930ab85653
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* Instruction printing code for the AMD 29000
Copyright (C) 1990 Free Software Foundation, Inc.
Copyright (C) 1990, 93, 94, 95, 1998 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Jim Kingdon.
This file is part of GDB.
@ -119,7 +119,7 @@ find_bytes_little (insn, insn0, insn8, insn16, insn24)
*insn0 = insn[0];
}
typedef (*find_byte_func_type)
typedef void (*find_byte_func_type)
PARAMS ((char *, unsigned char *, unsigned char *,
unsigned char *, unsigned char *));