aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-04 17:30:15 +0100
committerlemon <lsof@mailbox.org>2026-03-04 17:30:15 +0100
commit7b80f232f2a36dff8335335295d681b7e90baaa6 (patch)
tree6bac492696ebe170c87599b6ae9583f979311755 /common.h
parent9c6e3f7750057526a9a6136a12d96b890b4e20d6 (diff)
ccopt.dbg.any -> uint
So it encompasses every bitfield.
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 486b39a..a24aa3d 100644
--- a/common.h
+++ b/common.h
@@ -150,7 +150,7 @@ struct option {
l : 1, /* after liveness fixup */
r : 1; /* after regalloc */
};
- uchar any;
+ uint any;
} dbg;
struct wbuf *dbgout;
};