Fix typo for ANDPS, ANDPD, ANDSS, ANDSD

This commit is contained in:
gbeauche 2006-07-17 21:46:15 +00:00
parent a23f846bec
commit 07bf6fe6c1

View File

@ -492,7 +492,7 @@ public:
DEFINE_OP(div, DIV);
DEFINE_OP(min, MIN);
DEFINE_OP(max, MAX);
DEFINE_OP_P(and, ADD);
DEFINE_OP_P(and, AND);
DEFINE_OP_P(andn, ANDN);
DEFINE_OP_P(or, OR);
DEFINE_OP_P(xor, XOR);