mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
stage2 codegen: Fix silent bug in reuseOperand
This commit is contained in:
parent
4081e0a475
commit
fbda9991f4
@ -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…
x
Reference in New Issue
Block a user