Fix the RVMODEL_HALT macro (not sure how it worked before)

This commit is contained in:
Konstantin Nazarov 2024-12-17 01:58:22 +00:00
parent 73ddd6c5e2
commit 2395b75e4d
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -15,7 +15,7 @@
li x1, 1; \
write_tohost: \
sw x1, tohost, t5; \
ebreak
ebreak; \
j write_tohost;
#define RVMODEL_BOOT