Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 29d1f2e

Browse files
rbirdicgnzlbg
authored andcommitted
Fix MIPS build after rust-lang#711
1 parent 2323a85 commit 29d1f2e

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/mips

1 file changed

+1
-1
lines changed

crates/core_arch/src/mips/msa.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17814,7 +17814,7 @@ mod tests {
1781417814
21, 22, 23, 24,
1781517815
25, 26, 27, 28
1781617816
];
17817-
__msa_st_b(::mem::transmute(a), arr.as_mut_ptr(), 0);
17817+
__msa_st_b(::mem::transmute(a), arr.as_mut_ptr() as *mut u8, 0);
1781817818
assert_eq!(arr, r);
1781917819
}
1782017820

0 commit comments

Comments
 (0)