Skip to content

Commit f2dded2

Browse files
committed
support for mips32r6 as a target_arch value
1 parent 5277ea1 commit f2dded2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/alloc_system.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#[cfg(any(target_arch = "x86",
1111
target_arch = "arm",
1212
target_arch = "mips",
13+
target_arch = "mips32r6",
1314
target_arch = "powerpc",
1415
target_arch = "powerpc64"))]
1516
const MIN_ALIGN: usize = 8;

0 commit comments

Comments
 (0)