Change push allocator system; update core libraries

This commit is contained in:
gingerBill
2017-11-09 22:48:00 +00:00
parent dbb070524f
commit eb4b3f5976
12 changed files with 162 additions and 177 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ create :: proc(procedure: Thread_Proc) -> ^Thread {
}
exit := 0;
push_context c {
context <- c {
exit = t.procedure(t);
}