tccpe: allow linkage to extern symbols from asm

This commit is contained in:
grischka
2009-12-19 19:14:01 +01:00
parent b5e2238483
commit 1445fea582
2 changed files with 24 additions and 0 deletions

View File

@ -1074,6 +1074,7 @@ static Sym *sym_push2(Sym **ps, int v, int t, long c)
s = sym_malloc();
s->v = v;
s->type.t = t;
s->type.ref = NULL;
#ifdef _WIN64
s->d = NULL;
#endif