summaryrefslogtreecommitdiff
path: root/cgwas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgwas.c')
-rw-r--r--cgwas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgwas.c b/cgwas.c
index fa6e809..2c5b8e6 100644
--- a/cgwas.c
+++ b/cgwas.c
@@ -1137,7 +1137,7 @@ static void w_as_instructions (register struct instruction *instruction)
case IEXG:
w_as_dyadic_instruction (instruction,"exg");
break;
- case IMOD:
+ case IREM:
w_as_mod_instruction (instruction);
break;
case IMOVEM: