mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
x86_64: add missing spill
This commit is contained in:
parent
6ad22cd964
commit
434a7db986
File diff suppressed because it is too large
Load Diff
@ -9553,6 +9553,7 @@ fn genBinOpMir(
|
||||
fn genIntMulComplexOpMir(self: *Self, dst_ty: Type, dst_mcv: MCValue, src_mcv: MCValue) InnerError!void {
|
||||
const mod = self.bin_file.options.module.?;
|
||||
const abi_size: u32 = @intCast(dst_ty.abiSize(mod));
|
||||
try self.spillEflagsIfOccupied();
|
||||
switch (dst_mcv) {
|
||||
.none,
|
||||
.unreach,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user