Skip to content

Commit 1498e95

Browse files
authored
Merge pull request #455 from davidharrishmc/master
Added missing .*32 in rv32i_m/C/src/clh-01.S
2 parents 59ae6e7 + 676007d commit 1498e95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## [3.8.15] - 2024-04-20
4+
Corrected missing 32 string in RVTEST_CASE macros for Zcb rv32i_m/C/clh-01.S
5+
36
## [3.8.14] - 2024-04-16
47
Add missing `Zfh` ISA in RVTEST_CASE for `Zfh` fdiv related tests
58

riscv-test-suite/rv32i_m/C/src/clh-01.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RVTEST_CODE_BEGIN
3030

3131
#ifdef TEST_CASE_1
3232

33-
RVTEST_CASE(0,"//check ISA:=regex(.*I.*Zca.*Zcb.*);def TEST_CASE_1=True;",clh)
33+
RVTEST_CASE(0,"//check ISA:=regex(.*32.*I.*Zca.*Zcb.*);def TEST_CASE_1=True;",clh)
3434

3535
RVTEST_SIGBASE(x1,signature_x1_1)
3636

0 commit comments

Comments
 (0)