[bit-set] Minor access an array directly

This commit is contained in:
Behdad Esfahbod 2023-05-08 14:02:55 -06:00
parent f4d3b49e5d
commit c0e6a96af3

View file

@ -920,7 +920,7 @@ struct hb_bit_set_t
memmove (page_map.arrayZ + i + 1,
page_map.arrayZ + i,
(page_map.length - 1 - i) * page_map.item_size);
page_map[i] = map;
page_map.arrayZ[i] = map;
}
last_page_lookup = i;