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:
parent
987d66af1a
commit
7b199ee992
@ -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) \
|
||||
{ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user