std.Target: c_char is unsigned on RISC-V

This commit is contained in:
Evan Haas 2023-06-20 08:27:55 -07:00
parent fb9d6b8bd9
commit c205521aea
No known key found for this signature in database

View File

@ -1929,6 +1929,8 @@ pub const Target = struct {
.xcore,
.arc,
.msp430,
.riscv32,
.riscv64,
=> return .unsigned,
else => return .signed,
}