Commit a6ba1470 by Richard Kenner

(qty_sugg_compare_1): Fix typo in last change.

From-SVN: r7357
parent 51b86d8b
......@@ -1634,7 +1634,7 @@ qty_sugg_compare_1 (q1, q2)
: qty_phys_num_sugg[*q1] * FIRST_PSEUDO_REGISTER);
register int sugg2 = (qty_phys_num_copy_sugg[*q2]
? qty_phys_num_copy_sugg[*q2]
: qty_phys_num_sugg[*q2] * FIRST_PSUEDO_REGISTER);
: qty_phys_num_sugg[*q2] * FIRST_PSEUDO_REGISTER);
/* Note that the quotient will never be bigger than
the value of floor_log2 times the maximum number of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment