in order to avoid a compile time warning.
(getprocreg_image): Likewise.
+2011-04-11 Nick Clifton <nickc@redhat.com>
+
+ * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
+ in order to avoid a compile time warning.
+ (getprocreg_image): Likewise.
+
2011-04-11 Alan Modra <amodra@gmail.com>
* config/tc-cr16.c (getprocreg_image): Correct range check.
If the register is illegal for the current instruction,
issue an error. */
static int
-getprocreg_image (reg r)
+getprocreg_image (int r)
{
const reg_entry *rreg;
char *reg_name;
If the register is illegal for the current instruction,
issue an error. */
static int
-getprocregp_image (reg r)
+getprocregp_image (int r)
{
const reg_entry *rreg;
char *reg_name;