Fix the RVMODEL_HALT macro (not sure how it worked before)
This commit is contained in:
parent
73ddd6c5e2
commit
2395b75e4d
1 changed files with 1 additions and 1 deletions
2
test/rve/env/model_test.h
vendored
2
test/rve/env/model_test.h
vendored
|
@ -15,7 +15,7 @@
|
|||
li x1, 1; \
|
||||
write_tohost: \
|
||||
sw x1, tohost, t5; \
|
||||
ebreak
|
||||
ebreak; \
|
||||
j write_tohost;
|
||||
|
||||
#define RVMODEL_BOOT
|
||||
|
|
Loading…
Reference in a new issue