| ... | @@ -1247,7 +1247,6 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type { | ... | @@ -1247,7 +1247,6 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type { |
| 1247 | }, | 1247 | }, |
| 1248 | .stack_offset => |off| { | 1248 | .stack_offset => |off| { |
| 1249 | log.debug("reusing stack offset {} => {*}", .{ off, inst }); | 1249 | log.debug("reusing stack offset {} => {*}", .{ off, inst }); |
| 1250 | return true; | | |
| 1251 | }, | 1250 | }, |
| 1252 | else => return false, | 1251 | else => return false, |
| 1253 | } | 1252 | } |