summaryrefslogtreecommitdiff
path: root/cgswas.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 /cgswas.c
parentfix compare of constant of more than 32 bits (on 64 bit platforms) (diff)
rename IMOD to IREM
Diffstat (limited to 'cgswas.c')
-rw-r--r--cgswas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgswas.c b/cgswas.c
index 6b4aa94..916476d 100644
--- a/cgswas.c
+++ b/cgswas.c
@@ -2113,7 +2113,7 @@ static void w_as_instructions (register struct instruction *instruction)
case IDIV:
w_as_mul_or_div_instruction (instruction,".div");
break;
- case IMOD:
+ case IREM:
w_as_mod_instruction (instruction);
break;
case IAND: