use parentheses around VA_LIST value in x86.h

This commit is contained in:
Joel Dice 2011-01-29 20:03:28 -07:00
parent 6296350d76
commit 8064b702c0

View File

@ -22,7 +22,7 @@
# undef interface
#endif
#define VA_LIST(x) x
#define VA_LIST(x) (x)
#ifdef ARCH_x86_32