aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;
};