aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index b336e1f..6289d34 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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 ------------ */