| author | |
| committer | |
| log | 52d8099daeb34edc00898ef8cc34bd6f136949aa |
| tree | 5ba0c3e59317e8dd97b90bc6b151022764b037ff |
| parent | 045a5e924ce9abe239634545b0ad35576cc2fafc |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Sema.zig+1| ... | ... | @@ -29436,6 +29436,7 @@ fn coerceVarArgParam( |
| 29436 | 29436 | } |
| 29437 | 29437 | }, |
| 29438 | 29438 | else => if (uncasted_ty.isAbiInt(mod)) int: { |
| 29439 | if (!try sema.validateExternType(uncasted_ty, .param_ty)) break :int inst; | |
| 29439 | 29440 | const target = sema.mod.getTarget(); |
| 29440 | 29441 | const uncasted_info = uncasted_ty.intInfo(mod); |
| 29441 | 29442 | if (uncasted_info.bits <= target.c_type_bit_size(switch (uncasted_info.signedness) { |