diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1201,6 +1201,9 @@ ST_FUNC void decl(int l); #if defined CONFIG_TCC_BCHECK || defined TCC_TARGET_C67 ST_FUNC Sym *get_sym_ref(CType *type, Section *sec, unsigned long offset, unsigned long size); #endif +#ifdef TCC_TARGET_X86_64 +ST_FUNC int classify_x86_64_va_arg(CType *ty); +#endif /* ------------ tccelf.c ------------ */ |
