1
Fork 0

support for mips32r6 as a target_arch value

This commit is contained in:
chenx97 2023-06-28 13:35:39 +08:00
parent a132b3ec03
commit d3727148a0
16 changed files with 29 additions and 14 deletions

View file

@ -94,7 +94,7 @@ mod arch {
}
}
#[cfg(target_arch = "mips")]
#[cfg(any(target_arch = "mips", target_arch = "mips32r6"))]
mod arch {
use crate::os::raw::{c_long, c_ulong};