*** empty log message ***

From-SVN: r258
This commit is contained in:
Richard Stallman 1992-01-31 05:14:10 +00:00
parent ff57c94ea8
commit 4db1857482

View File

@ -718,7 +718,11 @@ reg_class_record (op, opno, constraints)
case '4':
/* If constraint says "match another operand",
use that operand's constraint to choose preferences. */
next = constraints[*p - '0'];
if (*p - '0' < opno)
{
opno = *p - '0';
next = constraints[opno];
}
break;
default: