mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-13 00:05:26 +00:00
Merge branch 'master' into windows-llvm-13.0.0
This commit is contained in:
@@ -2033,6 +2033,8 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) {
|
||||
|
||||
io.write_string(fi.writer, "map[", &fi.n)
|
||||
defer io.write_byte(fi.writer, ']', &fi.n)
|
||||
fi.record_level += 1
|
||||
defer fi.record_level -= 1
|
||||
|
||||
m := (^mem.Raw_Map)(v.data)
|
||||
if m != nil {
|
||||
|
||||
Reference in New Issue
Block a user