std.Target: c_char is unsigned on RISC-V
This commit is contained in:
@@ -1929,6 +1929,8 @@ pub const Target = struct {
|
||||
.xcore,
|
||||
.arc,
|
||||
.msp430,
|
||||
.riscv32,
|
||||
.riscv64,
|
||||
=> return .unsigned,
|
||||
else => return .signed,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user