aboutsummaryrefslogtreecommitdiff
path: root/base/runtime
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-02-22 19:41:48 +0000
committergingerBill <bill@gingerbill.org>2024-02-22 19:41:48 +0000
commit54515af8ccff67cae71982d1bbf5bd1c31628af3 (patch)
treef0f571e7c041ce645805d6fdf444aaeb24289ff8 /base/runtime
parent3f193d7446c971175dd7a27154af1068767034bc (diff)
Add field tags to `bit_field`
Diffstat (limited to 'base/runtime')
-rw-r--r--base/runtime/core.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/runtime/core.odin b/base/runtime/core.odin
index dcc1e7476..2f63a7ac2 100644
--- a/base/runtime/core.odin
+++ b/base/runtime/core.odin
@@ -187,6 +187,7 @@ Type_Info_Bit_Field :: struct {
types: []^Type_Info,
bit_sizes: []uintptr,
bit_offsets: []uintptr,
+ tags: []string,
}
Type_Info_Flag :: enum u8 {