This commit is contained in:
gingerBill
2023-02-02 00:24:36 +00:00
parent 4e70256109
commit fcc920ed39

View File

@@ -25,7 +25,7 @@ foreign lib {
*/
spinlock_unlock :: proc(/*volatile*/ pSpinlock: ^spinlock) -> result ---
when NO_THREADING {
when !NO_THREADING {
/*
Creates a mutex.