x86_64: add missing spill

This commit is contained in:
Jacob Young 2023-10-27 01:39:06 -04:00
parent 6ad22cd964
commit 434a7db986
2 changed files with 1 additions and 302 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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,