OXTestw should not have 64bits arguments

This commit is contained in:
Quentin Carbonneaux 2015-08-19 10:58:04 -04:00
parent e361a51248
commit 95bcc46e15

View file

@ -175,7 +175,7 @@ sel(Ins i, Fn *fn)
break;
case OXTestw:
case OXTestl:
n = 2;
n = i.op == OXTestl ? 2 : 0;
goto Emit;
case OSext:
case OZext: