Skip to content

Commit 2a54645

Browse files
committed
RISC-V: Fix typo in the testsuite
gas/ChangeLog: * testsuite/gas/riscv/csr.s: Fix typo. mhcounteren is superseded by minstretcfg, not mcyclecfg.
1 parent a303646 commit 2a54645

File tree

1 file changed

+1
-1
lines changed
  • gas/testsuite/gas/riscv

1 file changed

+1
-1
lines changed

gas/testsuite/gas/riscv/csr.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
csr mbadaddr # 0x343 in 1.9.1, but the value is mtval since 1.10
448448
csr mucounteren # 0x320 in 1.9.1, dropped in 1.10, but the value is mcountinhibit since 1.11
449449
csr mscounteren # 0x321 in 1.9.1, dropped in 1.10, but the value is mcyclecfg for Smcntrpmf extension
450-
csr mhcounteren # 0x322 in 1.9.1, dropped in 1.10, but the value is mcyclecfg for Smcntrpmf extension
450+
csr mhcounteren # 0x322 in 1.9.1, dropped in 1.10, but the value is minstretcfg for Smcntrpmf extension
451451
csr mbase # 0x380 in 1.9.1, dropped in 1.10
452452
csr mbound # 0x381 in 1.9.1, dropped in 1.10
453453
csr mibase # 0x382 in 1.9.1, dropped in 1.10

0 commit comments

Comments
 (0)