aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-12-19 22:41:26 +0100
committergrischka <grischka>2009-12-20 01:54:38 +0100
commit4a01eb09d82067c2e9299279aa2141ad87b75d5d (patch)
tree4379331e036c69c5ee5d3cfe97ef4560ad8121d7 /tcc.h
parent50b040ef83252730d75463bdeea589294e698532 (diff)
downloadtinycc-4a01eb09d82067c2e9299279aa2141ad87b75d5d.tar.gz
tinycc-4a01eb09d82067c2e9299279aa2141ad87b75d5d.tar.bz2
use vpushv in some places
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
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);