mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
stage2 codegen: Fix silent bug in reuseOperand
This commit is contained in:
parent
4081e0a475
commit
fbda9991f4
1 changed files with 0 additions and 1 deletions
|
|
@ -1247,7 +1247,6 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type {
|
|||
},
|
||||
.stack_offset => |off| {
|
||||
log.debug("reusing stack offset {} => {*}", .{ off, inst });
|
||||
return true;
|
||||
},
|
||||
else => return false,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue