| author | |
| committer | |
| log | 669c06680192f49eb7021fcf6b1601355fa10b04 |
| tree | 2bd3d0677cda6a82e82ba69a48c75aae93b9a5cc |
| parent | 11fbf78cb317e9a7a8fe4c8412f87a13d9982e26 |
1 files changed, 1 insertions(+), 2 deletions(-)
src/codegen/llvm/FuncGen.zig+1-2| ... | ... | @@ -7154,8 +7154,7 @@ pub fn ccAbiPromoteInt(cc: std.builtin.CallingConvention, zcu: *Zcu, ty: Type) ? |
| 7154 | 7154 | .mips64el, |
| 7155 | 7155 | => switch (int_info.bits) { |
| 7156 | 7156 | 8, 16, 64 => int_info.signedness, |
| 7157 | // https://github.com/llvm/llvm-project/issues/179088 | |
| 7158 | // 32 => .signed, | |
| 7157 | 32 => .signed, | |
| 7159 | 7158 | else => null, |
| 7160 | 7159 | }, |
| 7161 | 7160 |