diff options
| author | gingerBill <bill@gingerbill.org> | 2021-03-23 22:09:16 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-03-23 22:09:16 +0000 |
| commit | d88d6a1fddf516533b23ca06803d239c97044a7f (patch) | |
| tree | 7888082557d515aacbe5e2a20ae310fbe83fa355 /src/types.cpp | |
| parent | f1e13bdddbfda3297e381c9350dc7e6188951eac (diff) | |
`bit_set` support in debug symbols by treating them like a bit field of 1 bit booleans
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp index f211f4ad7..00cb0b6d9 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -276,6 +276,7 @@ struct TypeProc { Type *underlying; \ i64 lower; \ i64 upper; \ + Ast * node; \ }) \ TYPE_KIND(SimdVector, struct { \ i64 count; \ |