mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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| {
|
.stack_offset => |off| {
|
||||||
log.debug("reusing stack offset {} => {*}", .{ off, inst });
|
log.debug("reusing stack offset {} => {*}", .{ off, inst });
|
||||||
return true;
|
|
||||||
},
|
},
|
||||||
else => return false,
|
else => return false,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user