use vpushv in some places

This commit is contained in:
grischka
2009-12-19 22:41:26 +01:00
parent 50b040ef83
commit 4a01eb09d8
4 changed files with 4 additions and 3 deletions

1
tcc.h
View File

@ -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);