aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/regalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ir/regalloc.c')
-rw-r--r--ir/regalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/regalloc.c b/ir/regalloc.c
index 520870e..3642d36 100644
--- a/ir/regalloc.c
+++ b/ir/regalloc.c
@@ -147,7 +147,7 @@ struct interval {
fpr : 1; /* needs float register? */
/* sorted ranges array */
- uchar nrange;
+ uint nrange;
union {
struct range _inl[2];
struct range *_dyn;