From 9258278b340e843d0db330b3c600b5beb8950054 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 18 Dec 2008 15:27:16 +0000 Subject: rename GMOD to GREM --- cglin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cglin.c b/cglin.c index a30d0b8..447ffb9 100644 --- a/cglin.c +++ b/cglin.c @@ -8816,7 +8816,7 @@ static void linearize_graph (INSTRUCTION_GRAPH graph,ADDRESS *ad_p) case GDIV: linearize_div_rem_operator (IDIV,graph,ad_p); return; - case GMOD: + case GREM: linearize_div_rem_operator (IREM,graph,ad_p); return; case GDIVU: @@ -8831,7 +8831,7 @@ static void linearize_graph (INSTRUCTION_GRAPH graph,ADDRESS *ad_p) case GDIV: linearize_dyadic_non_commutative_data_operator (IDIV,graph,ad_p); return; - case GMOD: + case GREM: linearize_rem_operator (IREM,graph,ad_p); return; #endif -- cgit v1.2.3