mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09: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;
|
||||
case OXTestw:
|
||||
case OXTestl:
|
||||
n = 2;
|
||||
n = i.op == OXTestl ? 2 : 0;
|
||||
goto Emit;
|
||||
case OSext:
|
||||
case OZext:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user