This commit is contained in:
gingerBill
2023-09-26 12:40:35 +01:00
parent 9911b132d2
commit 4c328d83ba

View File

@@ -1893,7 +1893,7 @@ gb_internal void check_value_decl_stmt(CheckerContext *ctx, Ast *node, u32 mod_f
}
if (is_arch_wasm() && e->Variable.thread_local_model.len != 0) {
error(e->token, "@(thread_local) is not supported for this target platform");
// error(e->token, "@(thread_local) is not supported for this target platform");
}