diff options
| -rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ struct option { l : 1, /* after liveness fixup */ r : 1; /* after regalloc */ }; - uchar any; + uint any; } dbg; struct wbuf *dbgout; }; |