We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b3b75 commit 0597854Copy full SHA for 0597854
spec/std/isa/inst/Zcmt/cm.jalt.yaml
@@ -25,7 +25,8 @@ access:
25
vu: always
26
operation(): |
27
# Ensure JVT readable
28
- XReg jvt = csr_sw_read(0x017);
+ Csr csr_handle = direct_csr_lookup(0x017);
29
+ XReg jvt = csr_sw_read(csr_handle);
30
31
if (CSR[jvt].MODE != 0) {
32
raise(ExceptionCode::IllegalInstruction, mode(), $encoding);
spec/std/isa/inst/Zcmt/cm.jt.yaml
@@ -23,7 +23,8 @@ access:
23
24
0 commit comments