add the mul instruction
This commit is contained in:
parent
27f4eae43e
commit
7bbd361083
5 changed files with 26 additions and 9 deletions
|
@ -179,6 +179,7 @@ sel(Ins i, Fn *fn)
|
|||
goto Emit;
|
||||
case OAdd:
|
||||
case OSub:
|
||||
case OMul:
|
||||
case OAnd:
|
||||
case OCopy:
|
||||
if (fn->tmp[i.to.val].type == TLong)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue