aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorjiang <30155751@qq.com>2014-05-01 20:58:43 +0800
committerjiang <30155751@qq.com>2014-05-01 20:58:43 +0800
commit59a22d59a20a472af772fce62c606209e99a5af0 (patch)
treeaa50a0c54c60d71790e952e46aaad4793030e8b7 /tcc.h
parent2742fbcf95c25a36af23fcfa63ba6c78bc20abcc (diff)
downloadtinycc-59a22d59a20a472af772fce62c606209e99a5af0.tar.gz
tinycc-59a22d59a20a472af772fce62c606209e99a5af0.tar.bz2
update for x86_64-gen.c
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index e01643f..7bbd246 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1237,6 +1237,8 @@ ST_FUNC void gexpr(void);
ST_FUNC int expr_const(void);
ST_FUNC void gen_inline_functions(void);
ST_FUNC void decl(int l);
+ST_FUNC void vdup(void);
+ST_FUNC void gaddrof(void);
#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