diff options
| author | grischka <grischka> | 2009-12-19 22:41:26 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2009-12-20 01:54:38 +0100 |
| commit | 4a01eb09d82067c2e9299279aa2141ad87b75d5d (patch) | |
| tree | 4379331e036c69c5ee5d3cfe97ef4560ad8121d7 /tccpe.c | |
| parent | 50b040ef83252730d75463bdeea589294e698532 (diff) | |
| download | tinycc-4a01eb09d82067c2e9299279aa2141ad87b75d5d.tar.gz tinycc-4a01eb09d82067c2e9299279aa2141ad87b75d5d.tar.bz2 | |
use vpushv in some places
Diffstat (limited to 'tccpe.c')
| -rw-r--r-- | tccpe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1620,7 +1620,7 @@ ST_FUNC int pe_dllimport(int r, SValue *sv, void (*fn)(int r, SValue *sv)) sv->sym->type.t = t & ~VT_IMPORT; //printf("import %x %04x %s\n", t, ind, get_tok_str(sv->sym->v, NULL)); - *++vtop = *sv; + vpushv(sv); vtop->type.t &= ~(VT_ARRAY|VT_IMPORT); mk_pointer(&vtop->type); indir(); |
