From 9d551405defb4c10fe3006b9ef7a8d42a8fb4a95 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Wed, 26 Jul 2000 22:44:42 +0000 Subject: [PATCH] 2000-07-26 Dave Brolley * cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned. --- include/opcode/ChangeLog | 4 ++++ include/opcode/cgen.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index b8642e51506..a4ea015968d 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2000-07-26 Dave Brolley + + * cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned. + 2000-07-20 Hans-Peter Nilsson cris.h: New file. diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index ff897856c23..632545d2714 100644 --- a/include/opcode/cgen.h +++ b/include/opcode/cgen.h @@ -452,7 +452,7 @@ typedef struct { extern const CGEN_HW_ENTRY * cgen_hw_lookup_by_name PARAMS ((CGEN_CPU_DESC, const char *)); extern const CGEN_HW_ENTRY * cgen_hw_lookup_by_num - PARAMS ((CGEN_CPU_DESC, int)); + PARAMS ((CGEN_CPU_DESC, unsigned int)); /* This struct is used to describe things like register names, etc. */ -- 2.30.2