Skip to content

Commit

Permalink
Merge pull request #278 from leecannon/fix_arch_test
Browse files Browse the repository at this point in the history
fix trailing space in `arch_test.h`
  • Loading branch information
pawks authored Sep 14, 2022
2 parents 331b0cd + ecabbea commit da638ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## [3.4.1] - 2022-09-11
- Fix trailing space in arch_test.h

## [3.4.0] - 2022-08-18
- Added tests for Bitmanip and Crypto scalar extensions

Expand Down
2 changes: 1 addition & 1 deletion riscv-test-suite/env/arch_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ RVTEST_SIGUPD(swreg,flagreg,offset+SIGALIGN)

#define TEST_LOAD_F(swreg,testreg,fcsr_val,rs1,destreg,imm_val,inst,adj,flagreg) ;\
LA(rs1,rvtest_data+adj-imm_val) ;\
LI(testreg, fcsr_val) ;\
LI(testreg, fcsr_val) ;\
csrw fcsr, testreg ;\
inst destreg, imm_val(rs1) ;\
nop ;\
Expand Down

0 comments on commit da638ba

Please sign in to comment.