diff --git a/src/x86.h b/src/x86.h index ec90c7befb..d52f7c875e 100644 --- a/src/x86.h +++ b/src/x86.h @@ -22,7 +22,7 @@ # undef interface #endif -#define VA_LIST(x) x +#define VA_LIST(x) (x) #ifdef ARCH_x86_32