aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccgen.c')
-rw-r--r--tccgen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tccgen.c b/tccgen.c
index 2f5b366..d8e4614 100644
--- a/tccgen.c
+++ b/tccgen.c
@@ -162,7 +162,6 @@ ST_FUNC Sym *sym_push2(Sym **ps, int v, int t, long c)
tcc_error("incompatible types for redefinition of '%s'",
get_tok_str(v, NULL));
}
- s = *ps;
s = sym_malloc();
s->asm_label = NULL;
s->v = v;