Skip to content

Commit 61eab2a

Browse files
authored
Add c_char definition for MIPS R6 (#154)
1 parent 21a3b3b commit 61eab2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ pub mod ctypes {
2929
target_arch = "loongarch64",
3030
target_arch = "mips",
3131
target_arch = "mips64",
32+
target_arch = "mips32r6",
33+
target_arch = "mips64r6",
3234
target_arch = "sparc",
3335
target_arch = "sparc64",
3436
target_arch = "x86",

0 commit comments

Comments
 (0)