summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgcalc.c b/cgcalc.c
index 37015ae..bb9faf7 100644
--- a/cgcalc.c
+++ b/cgcalc.c
@@ -3183,7 +3183,7 @@ void mark_graph_1 (register INSTRUCTION_GRAPH graph)
case GFSUB:
case GLSL:
case GLSR:
- case GMOD:
+ case GREM:
#ifdef I486
case GREMU:
#endif