aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/regalloc.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-10 09:57:22 +0100
committerlemon <lsof@mailbox.org>2025-12-10 09:57:22 +0100
commit15cf067c4e65c1728c48ab049d48219daa436265 (patch)
tree3dcac9f8a85cc9c9f5c2ecc62963800084124274 /ir/regalloc.c
parent600d94645e128dc88fdb9a2b6d42a5b49a138fd5 (diff)
misc fixes
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;