diff options
Diffstat (limited to 'tccasm.c')
| -rw-r--r-- | tccasm.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ static Sym sym_dot; static void asm_expr_unary(TCCState *s1, ExprValue *pe) { Sym *sym; - int op, n, label; + int op, label; + long n; const char *p; switch(tok) { |
