aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-cr16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-cr16.c b/gas/config/tc-cr16.c
index 09e51b3..2df4e34 100644
--- a/gas/config/tc-cr16.c
+++ b/gas/config/tc-cr16.c
@@ -1664,7 +1664,7 @@ getidxregp_image (reg r)
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;
@@ -1702,7 +1702,7 @@ getprocreg_image (reg r)
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;