From 7a8ed0f4397496c3f0f41782cc39da79e0105ee9 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 11 May 2005 13:18:50 +0000 Subject: fix bug in mulUUL instruction --- cgcalc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgcalc.c b/cgcalc.c index 8d13697..0c3f33c 100644 --- a/cgcalc.c +++ b/cgcalc.c @@ -2550,7 +2550,7 @@ void calculate_graph_register_uses (INSTRUCTION_GRAPH graph) graph_0=graph->instruction_parameters[0].p; if (graph_0->order_mode==R_NOMODE) - if (graph->instruction_code==GMULUD) + if (graph_0->instruction_code==GMULUD) calculate_mulud_operator (graph_0); else calculate_divdu_operator (graph_0); -- cgit v1.2.3