From 4a01eb09d82067c2e9299279aa2141ad87b75d5d Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 19 Dec 2009 22:41:26 +0100 Subject: use vpushv in some places --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 130c1b9..17d31af 100644 --- a/tcc.h +++ b/tcc.h @@ -1015,6 +1015,7 @@ ST_FUNC void vpushi(int v); ST_FUNC Sym *external_global_sym(int v, CType *type, int r); ST_FUNC void vset(CType *type, int r, int v); ST_FUNC void vswap(void); +ST_FUNC void vpushv(SValue *v); ST_FUNC void save_reg(int r); ST_FUNC int get_reg(int rc); ST_FUNC void save_regs(int n); -- cgit v1.3.1