Skip to content

Commit

Permalink
Removed RVMODEL_HALT from exit_cleanup macro as RVMODEL_HALT is alrea…
Browse files Browse the repository at this point in the history
…dy called in every test file
  • Loading branch information
UmerShahidengr committed Jun 9, 2024
1 parent 1df2288 commit 8399425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions riscv-test-suite/env/arch_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ rvtest_\__MODE__\()end:
INSTANTIATE_MODE_MACRO RVTEST_TRAP_HANDLER

exit_cleanup: // *** RVMODEL_HALT MUST follow this***, then data
RVMODEL_HALT
//RVMODEL_HALT
.option pop
.endm // end of RVTEST_CODE_END

Expand Down Expand Up @@ -2063,4 +2063,4 @@ CANARY
CANARY /* add one extra word of guardband */
rvtest_sig_end:
RVMODEL_DATA_END /* model specific stuff */
.endm
.endm

0 comments on commit 8399425

Please sign in to comment.