You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/r3_port_riscv/src/lib.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,4 +197,4 @@ The trap handler stores a first-level state directly below the current stack poi
197
197
198
198
## Processor Modes
199
199
200
-
All code executes in Machine mode. The value of `mstatus.MPP` is always `M` (`0b11`).
200
+
All code executes in Machine mode by default. The value of `mstatus.MPP` is always `M` (`0b11`). Other modes can be selected by [`ThreadingOptions::PRIVILEGE_LEVEL`], which changes all CSRs and CSR values accordingly.
0 commit comments