aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64si/wfi.S
diff options
context:
space:
mode:
Diffstat (limited to 'isa/rv64si/wfi.S')
-rw-r--r--isa/rv64si/wfi.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/isa/rv64si/wfi.S b/isa/rv64si/wfi.S
index 8e56909..0302034 100644
--- a/isa/rv64si/wfi.S
+++ b/isa/rv64si/wfi.S
@@ -13,9 +13,10 @@
RVTEST_RV64S
RVTEST_CODE_BEGIN
- # Make sure wfi doesn't stall if an interrupt is pending, even if masked
+ # Make sure wfi doesn't halt the hart, even if interrupts are disabled
csrc sstatus, SSTATUS_SIE
- csrs sip, MIP_SSIP
+ csrs sie, SIP_SSIP
+ csrs sip, SIP_SSIP
wfi
RVTEST_PASS