diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index 7b86fd1b7..0d11ad8a9 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -2728,7 +2728,8 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) { } case runtime.Type_Info_Struct, - runtime.Type_Info_Union: + runtime.Type_Info_Union, + runtime.Type_Info_Bit_Field: if ptr == nil { io.write_string(fi.writer, "", &fi.n) return