mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue