summaryrefslogtreecommitdiff
path: root/opcodes/iq2000-asm.c
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
commita4c04c698b2e2a5530e90e690093eec0adb552a9 (patch)
tree5569b6103ac6cc322e22762076d07f65c977f91e /opcodes/iq2000-asm.c
parentfccabdc66189ee001a168b8ab8ac6ebfc44f2df5 (diff)
downloadgdb-a4c04c698b2e2a5530e90e690093eec0adb552a9.tar.gz
Fix compile time warnings from a GCC 4.0 compiler
Diffstat (limited to 'opcodes/iq2000-asm.c')
-rw-r--r--opcodes/iq2000-asm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/iq2000-asm.c b/opcodes/iq2000-asm.c
index 0bbb4aec89b..caab54f500b 100644
--- a/opcodes/iq2000-asm.c
+++ b/opcodes/iq2000-asm.c
@@ -255,7 +255,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)
{
@@ -287,7 +287,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)
{