Add a missing ; in the BROKEN_PAND implementation.

Original commit message from CVS:
Add a missing ; in the BROKEN_PAND implementation.
This commit is contained in:
Richard Boulton 2000-06-04 19:18:19 +00:00
parent 987d66af1a
commit 7b199ee992

View file

@ -529,7 +529,7 @@ mmx_ok(void)
#define pand_r2r(regs, regd) \
{ \
mmx_m2r(pandn, (mmx_t) -1LL, regd); \
mmx_r2r(pandn, regs, regd) \
mmx_r2r(pandn, regs, regd); \
}
#define pand(vars, vard) \
{ \