diff options
Diffstat (limited to 'tccgen.c')
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3712,7 +3712,7 @@ ST_FUNC void unary(void) } } break; -#ifdef TCC_TARGET_X86_64 +#if defined(TCC_TARGET_X86_64) && !defined(TCC_TARGET_PE) case TOK_builtin_va_arg_types: { CType type; |
