Fix: double declaration in SSA

This commit is contained in:
Ginger Bill
2016-09-27 19:47:27 +01:00
parent f6bbd8a4c2
commit 6088cbeddb
3 changed files with 5 additions and 3 deletions

View File

@@ -196,6 +196,7 @@ template <typename T> void multi_map_remove_all(Map<T> *h, HashKey key);
template <typename T>
gb_inline void map_init(Map<T> *h, gbAllocator a) {
gb_array_init(h->hashes, a);