Add assert into scratch_allocator_proc to prevent initialization cycles #504

This commit is contained in:
gingerBill
2019-12-15 11:19:13 +00:00
parent 7f5021c8e9
commit 89ccb5b99f
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -1836,4 +1836,3 @@ main :: proc() {
soa_struct_layout();
}
}