Add a missing ; in the BROKEN_PAND implementation.
authorRichard Boulton <richard@tartarus.org>
Sun, 4 Jun 2000 19:18:19 +0000 (19:18 +0000)
committerRichard Boulton <richard@tartarus.org>
Sun, 4 Jun 2000 19:18:19 +0000 (19:18 +0000)
Original commit message from CVS:
Add a missing ; in the BROKEN_PAND implementation.

include/mmx.h

index 43f01de..3f899b8 100644 (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) \
        { \