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

View File

@ -611,7 +611,7 @@ void gfunc_call(int nb_args)
/* generate memcpy call */
vset(&sv->type, r | VT_LVAL, 0);
*++vtop = *sv;
vpushv(sv);
vstore();
--vtop;