summaryrefslogtreecommitdiff
path: root/cgpas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpas.c')
-rw-r--r--cgpas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgpas.c b/cgpas.c
index cc53b73..ef05e5b 100644
--- a/cgpas.c
+++ b/cgpas.c
@@ -2857,7 +2857,7 @@ static void write_instructions (struct instruction *instructions)
case IDIVU:
as_divu_instruction (instruction);
break;
- case IMOD:
+ case IREM:
as_rem_instruction (instruction);
break;
case IAND: