Skip to content

Commit

Permalink
remove duplicate RVMODEL_BOOT macro (#481)
Browse files Browse the repository at this point in the history
* remove duplicate RVMODEL_BOOT macro

This was causing compile of test suites to crash

* Update arch_test.h

Signed-off-by: Umer Shahid <[email protected]>

---------

Signed-off-by: Umer Shahid <[email protected]>
Co-authored-by: Marc Karasek <[email protected]>
Co-authored-by: Umer Shahid <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 02aa1d4 commit 9c65b8c
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -1878,7 +1878,7 @@ rvtest_\__MODE__\()end:
rvtest_init: //instantiate prologs here
INSTANTIATE_MODE_MACRO RVTEST_TRAP_PROLOG
rvtest_entrypoint:
RVMODEL_BOOT
// RVMODEL_BOOT // Commenting this one as temporary fix
RVTEST_INIT_GPRS // 0xF0E1D2C3B4A59687
rvtest_code_begin:
.option pop
Expand Down

0 comments on commit 9c65b8c

Please sign in to comment.