2000-07-26 Dave Brolley <brolley@redhat.com>
* cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.
This commit is contained in:
@ -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. */
|
||||
|
||||
|
Reference in New Issue
Block a user