aboutsummaryrefslogtreecommitdiff
path: root/core/thread
diff options
context:
space:
mode:
authorDragos Popescu <dragos.andreip@yahoo.com>2023-03-21 04:17:31 +0100
committerDragos Popescu <dragos.andreip@yahoo.com>2023-03-21 04:17:31 +0100
commitef3d8bdc428a8248ff108f3a4d5ba0fc866ca9e3 (patch)
treea3b15c163054d5d490a304cb80c7cb71e9a2e2bf /core/thread
parent951511704dda5532ceaac228ca44eeffe6016a3f (diff)
Fixed more compile time errors when including os and thread to js targets
Diffstat (limited to 'core/thread')
-rw-r--r--core/thread/thread_js.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/thread/thread_js.odin b/core/thread/thread_js.odin
index 909c07447..10da79848 100644
--- a/core/thread/thread_js.odin
+++ b/core/thread/thread_js.odin
@@ -12,7 +12,7 @@ Thread_State :: enum u8 {
}
Thread_Os_Specific :: struct {
-
+ flags: bit_set[Thread_State; u8],
}
_thread_priority_map := [Thread_Priority]i32{