mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-21 06:13:54 +00:00
target/riscv: Add the Hypervisor extension
Backports commit af1fa0039c799a350bcde07b3d8a71dfde07d11b from qemu
This commit is contained in:
parent
83ac8747a5
commit
40afe12008
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
|||
#define RVC RV('C')
|
||||
#define RVS RV('S')
|
||||
#define RVU RV('U')
|
||||
#define RVH RV('H')
|
||||
|
||||
/* S extension denotes that Supervisor mode exists, however it is possible
|
||||
to have a core that support S mode but does not have an MMU and there
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue