summaryrefslogtreecommitdiff
path: root/cgpwas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpwas.c')
-rw-r--r--cgpwas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpwas.c b/cgpwas.c
index aae0098..b6e34cb 100644
--- a/cgpwas.c
+++ b/cgpwas.c
@@ -3225,7 +3225,7 @@ static void w_as_instructions (register struct instruction *instruction)
case IDIVU:
w_as_divu_instruction (instruction);
break;
- case IMOD:
+ case IREM:
w_as_rem_instruction (instruction);
break;
case IAND: