From 433521231784c6ce26900f88c382bee63cdd169b Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 4 May 2014 02:37:59 +0800 Subject: resolve interval building issues in loops --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 0979aa0..6679a6b 100644 --- a/ast.h +++ b/ast.h @@ -49,7 +49,7 @@ typedef struct CNode { CType_t type; CVar_t var; CVList_t autos; - int const_val; + long const_val; int is_const; int offset; /* offset from var */ } ext; -- cgit v1.2.3-70-g09d2