mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
Fix typo
This commit is contained in:
@@ -1076,7 +1076,7 @@ void init_build_context(TargetMetrics *cross_target) {
|
||||
#endif
|
||||
|
||||
if (bc->disable_red_zone) {
|
||||
if (!!is_arch_wasm() && bc->metrics.os == TargetOs_freestanding) {
|
||||
if (is_arch_wasm() && bc->metrics.os == TargetOs_freestanding) {
|
||||
gb_printf_err("-disable-red-zone is not support for this target");
|
||||
gb_exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user