2000-07-26 Dave Brolley <brolley@redhat.com>
authorDave Brolley <brolley@redhat.com>
Wed, 26 Jul 2000 22:44:42 +0000 (22:44 +0000)
committerDave Brolley <brolley@redhat.com>
Wed, 26 Jul 2000 22:44:42 +0000 (22:44 +0000)
* cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.

include/opcode/ChangeLog
include/opcode/cgen.h

index b8642e5..a4ea015 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-26  Dave Brolley  <brolley@redhat.com>
+
+       * cgen.h (cgen_hw_lookup_by_num): Second parameter is unsigned.
+
 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
 
        cris.h: New file.
index ff89785..632545d 100644 (file)
@@ -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.  */