2000-07-26 Dave Brolley <brolley@redhat.com>
* cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.
This commit is contained in:
parent
6883dc5e5b
commit
9d551405de
2 changed files with 5 additions and 1 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue