| author | |
| committer | |
| log | 3da6a19011267a2d69385e0b7848e7726c266897 |
| tree | 2430aa7a93d997a1e9c29ad37cd6576505783837 |
| parent | 37985613c760d1d20a1fbba292fd5c25129f400a |
| signature |
1 files changed, 4 insertions(+), 0 deletions(-)
src/arch/x86_64/CodeGen.zig+4| ... | ... | @@ -187027,6 +187027,10 @@ const Temp = struct { |
| 187027 | 187027 | else => .u64, |
| 187028 | 187028 | }; |
| 187029 | 187029 | }, |
| 187030 | .tuple_type => |tuple_type| { | |
| 187031 | assert(tuple_type.types.len == src_regs.len); | |
| 187032 | break :part_ty .fromInterned(tuple_type.types.get(ip)[part_index]); | |
| 187033 | }, | |
| 187030 | 187034 | }; |
| 187031 | 187035 | const part_size: u31 = @intCast(part_ty.abiSize(zcu)); |
| 187032 | 187036 | const src_rc = src_reg.class(); |