aboutsummaryrefslogtreecommitdiff
path: root/tccasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccasm.c')
-rw-r--r--tccasm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tccasm.c b/tccasm.c
index ac1618a..1e20dc6 100644
--- a/tccasm.c
+++ b/tccasm.c
@@ -75,8 +75,6 @@ ST_FUNC Sym* get_asm_sym(int name, Sym *csym)
sym->type.t &= ~VT_EXTERN;
/* Mark that this asm symbol doesn't need to be fed back. */
sym->a.dllimport = 1;
- } else {
- sym->type.t |= VT_STATIC;
}
}
return sym;