aboutsummaryrefslogtreecommitdiff
path: root/tccasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccasm.c')
-rw-r--r--tccasm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tccasm.c b/tccasm.c
index 3fd69f7..b494398 100644
--- a/tccasm.c
+++ b/tccasm.c
@@ -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) {