aboutsummaryrefslogtreecommitdiff
path: root/cpu/frv.opc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/frv.opc')
-rw-r--r--cpu/frv.opc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/frv.opc b/cpu/frv.opc
index 1de2385..ba567ba 100644
--- a/cpu/frv.opc
+++ b/cpu/frv.opc
@@ -968,7 +968,7 @@ static const char * parse_A0
static const char * parse_A1
PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *));
static const char * parse_A
- PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *, long));
+ PARAMS ((CGEN_CPU_DESC, const char **, int, unsigned long *, unsigned long));
inline static const char *
parse_symbolic_address (CGEN_CPU_DESC cd,
@@ -1821,7 +1821,7 @@ parse_A (cd, strp, opindex, valuep, A)
const char **strp;
int opindex;
unsigned long *valuep;
- long A;
+ unsigned long A;
{
const char *errmsg;