mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo
This commit is contained in:
@@ -1076,7 +1076,7 @@ void init_build_context(TargetMetrics *cross_target) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (bc->disable_red_zone) {
|
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_printf_err("-disable-red-zone is not support for this target");
|
||||||
gb_exit(1);
|
gb_exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user