From 59a22d59a20a472af772fce62c606209e99a5af0 Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Thu, 1 May 2014 20:58:43 +0800 Subject: update for x86_64-gen.c --- tcc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcc.h') 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 -- cgit v1.3.1