From 3ec2b351bd81ef7a827c8853e04c5612d00be84a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 5 Jul 2005 15:07:46 +0000 Subject: Fix compile time warnings from a GCC 4.0 compiler --- cpu/iq2000.opc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/iq2000.opc') diff --git a/cpu/iq2000.opc b/cpu/iq2000.opc index 5da6911..63ef076 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) { -- cgit v1.1