diff options
| author | John van Groningen | 2008-12-18 15:27:16 +0000 |
|---|---|---|
| committer | John van Groningen | 2008-12-18 15:27:16 +0000 |
| commit | 9258278b340e843d0db330b3c600b5beb8950054 (patch) | |
| tree | 9ee9a43710a32a40a983b5dcea2d474649d20c25 | |
| parent | rename GMOD to GREM (diff) | |
rename GMOD to GREM
| -rw-r--r-- | cglin.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
