mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59:47 +00:00
OXTestw should not have 64bits arguments
This commit is contained in:
parent
e361a51248
commit
95bcc46e15
@ -175,7 +175,7 @@ sel(Ins i, Fn *fn)
|
|||||||
break;
|
break;
|
||||||
case OXTestw:
|
case OXTestw:
|
||||||
case OXTestl:
|
case OXTestl:
|
||||||
n = 2;
|
n = i.op == OXTestl ? 2 : 0;
|
||||||
goto Emit;
|
goto Emit;
|
||||||
case OSext:
|
case OSext:
|
||||||
case OZext:
|
case OZext:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user