mark ARL operand as scalar (Roland Scheidegger)

This commit is contained in:
Tilman Sauerbeck 2006-06-08 21:12:21 +00:00
parent 0bc09bdace
commit 3ebf0418a9

View file

@ -60,7 +60,7 @@ static struct{
}op_names[]={
OPN(ABS, 1),
OPN(ADD, 2),
OPN(ARL, 1),
OPN(ARL, 1|SCALAR_FLAG),
OPN(DP3, 2),
OPN(DP4, 2),
OPN(DPH, 2),