Skip to content

Commit a3f6821

Browse files
Update tests/ui/abi/riscv32e-registers.rs
Co-authored-by: Jubilee <[email protected]>
1 parent 2fdda7d commit a3f6821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ui/abi/riscv32e-registers.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ macro_rules! asm {
2222
#[lang = "sized"]
2323
trait Sized {}
2424

25-
// Check that loads to registers x1..=x16 will be generated but loads to registers x17..=x31 will
26-
// not.
25+
// Verify registers x1..=x15 are addressable on riscv32e, but registers x16..=x31 are not.
2726
#[no_mangle]
2827
pub unsafe fn registers() {
2928
asm!("li x1, 0");

0 commit comments

Comments
 (0)