diff options
Diffstat (limited to 'tccasm.c')
| -rw-r--r-- | tccasm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -362,6 +362,7 @@ static void asm_parse_directive(TCCState *s1) } break; case TOK_ASM_globl: + case TOK_ASM_global: { Sym *sym; |
