mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 02:40:05 +00:00
General modifications
This commit is contained in:
+2
-1
@@ -2075,9 +2075,10 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) {
|
||||
map_cap := uintptr(runtime.map_cap(m^))
|
||||
ks, vs, hs, _, _ := runtime.map_kvh_data_dynamic(m^, info.map_info)
|
||||
j := 0
|
||||
fmt_arg(fi, map_cap, 'v')
|
||||
for bucket_index in 0..<map_cap {
|
||||
if hs[bucket_index] == 0 {
|
||||
continue
|
||||
// continue
|
||||
}
|
||||
|
||||
if j > 0 {
|
||||
|
||||
Reference in New Issue
Block a user