| ... | @@ -187,7 +187,7 @@ pub fn create(arena: Allocator, options: CreateOptions) !*Package.Module { | ... | @@ -187,7 +187,7 @@ pub fn create(arena: Allocator, options: CreateOptions) !*Package.Module { |
| 187 | if (!target_util.hasRedZone(target)) { | 187 | if (!target_util.hasRedZone(target)) { |
| 188 | if (options.inherited.red_zone == true) | 188 | if (options.inherited.red_zone == true) |
| 189 | return error.TargetHasNoRedZone; | 189 | return error.TargetHasNoRedZone; |
| 190 | break :b true; | 190 | break :b false; |
| 191 | } | 191 | } |
| 192 | if (options.inherited.red_zone) |x| break :b x; | 192 | if (options.inherited.red_zone) |x| break :b x; |
| 193 | if (options.parent) |p| break :b p.red_zone; | 193 | if (options.parent) |p| break :b p.red_zone; |