OXTestw should not have 64bits arguments
This commit is contained in:
parent
e361a51248
commit
95bcc46e15
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue