summaryrefslogtreecommitdiff
path: root/cgaas.c
diff options
context:
space:
mode:
authorJohn van Groningen2008-12-18 14:53:40 +0000
committerJohn van Groningen2008-12-18 14:53:40 +0000
commit4757ecd891286aaaf4381e652a682b362453560e (patch)
treed7d1f086846107df983921469ef7c5f99e6f9919 /cgaas.c
parentfix compare of constant of more than 32 bits (on 64 bit platforms) (diff)
rename IMOD to IREM
Diffstat (limited to 'cgaas.c')
-rw-r--r--cgaas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgaas.c b/cgaas.c
index 11ba458..6065f55 100644
--- a/cgaas.c
+++ b/cgaas.c
@@ -4246,7 +4246,7 @@ static void as_instructions (struct instruction *instruction)
case IDIVI:
as_div_rem_i_instruction (instruction,0);
break;
- case IMOD:
+ case IREM:
as_rem_instruction (instruction);
break;
case IREMI: