mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
support -> supported
This commit is contained in:
@@ -1861,7 +1861,7 @@ gb_internal void init_build_context(TargetMetrics *cross_target, Subtarget subta
|
||||
|
||||
if (bc->disable_red_zone) {
|
||||
if (is_arch_wasm() && bc->metrics.os == TargetOs_freestanding) {
|
||||
gb_printf_err("-disable-red-zone is not support for this target");
|
||||
gb_printf_err("-disable-red-zone is not supported on this target");
|
||||
gb_exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user