summaryrefslogtreecommitdiff
path: root/cpu/iq2000.opc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-07-05 15:07:46 +0000
committerNick Clifton <nickc@redhat.com>2005-07-05 15:07:46 +0000
commitffdd0bf64cb3633585a8c6b1bf4498da90c08116 (patch)
treea3426f0b1b76098a639dc0bde15ef6e12e62a9b8 /cpu/iq2000.opc
parentc440d9ad3435a7fdb935f9b27212153a3e63b9f1 (diff)
downloadbinutils-redhat-ffdd0bf64cb3633585a8c6b1bf4498da90c08116.tar.gz
Fix compile time warnings from a GCC 4.0 compiler
Diffstat (limited to 'cpu/iq2000.opc')
-rw-r--r--cpu/iq2000.opc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/iq2000.opc b/cpu/iq2000.opc
index 5da6911a1c..63ef0768dd 100644
--- a/cpu/iq2000.opc
+++ b/cpu/iq2000.opc
@@ -259,7 +259,7 @@ static const char *
parse_lo16 (CGEN_CPU_DESC cd,
const char **strp,
int opindex,
- long *valuep)
+ unsigned long *valuep)
{
if (strncasecmp (*strp, "%lo(", 4) == 0)
{
@@ -291,7 +291,7 @@ static const char *
parse_mlo16 (CGEN_CPU_DESC cd,
const char **strp,
int opindex,
- long *valuep)
+ unsigned long *valuep)
{
if (strncasecmp (*strp, "%lo(", 4) == 0)
{