aboutsummaryrefslogtreecommitdiff
path: root/tccasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccasm.c')
-rw-r--r--tccasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccasm.c b/tccasm.c
index ea65171..cef3f1c 100644
--- a/tccasm.c
+++ b/tccasm.c
@@ -612,7 +612,7 @@ static void asm_parse_directive(TCCState *s1)
case TOK_ASMDIR_global:
case TOK_ASMDIR_weak:
case TOK_ASMDIR_hidden:
- tok1 = tok;
+ tok1 = tok;
do {
Sym *sym;