mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Change push allocator system; update core libraries
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ create :: proc(procedure: Thread_Proc) -> ^Thread {
|
||||
}
|
||||
|
||||
exit := 0;
|
||||
push_context c {
|
||||
context <- c {
|
||||
exit = t.procedure(t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user