mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
ThreadPool for the parser
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ isize check_is_assignable_to_using_subtype(Type *src, Type *dst, isize level = 0
|
||||
src = base_type(src);
|
||||
|
||||
if (!is_type_struct(src)) {
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
for_array(i, src->Struct.fields) {
|
||||
|
||||
Reference in New Issue
Block a user