summaryrefslogtreecommitdiff
path: root/cglin.c
diff options
context:
space:
mode:
Diffstat (limited to 'cglin.c')
-rw-r--r--cglin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cglin.c b/cglin.c
index 2ebea11..0afc369 100644
--- a/cglin.c
+++ b/cglin.c
@@ -7679,10 +7679,10 @@ static void linearize_graph (INSTRUCTION_GRAPH graph,ADDRESS *ad_p)
case GMOD:
linearize_div_rem_operator (IMOD,graph,ad_p);
return;
-# ifdef I486
case GDIVU:
linearize_div_rem_operator (IDIVU,graph,ad_p);
return;
+# ifdef I486
case GREMU:
linearize_div_rem_operator (IREMU,graph,ad_p);
return;