mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 07:09:30 +00:00
A32: Implement the ARM-mode variant of SEVL
This commit is contained in:
@@ -451,6 +451,9 @@ public:
|
||||
std::string arm_SEV() {
|
||||
return "sev";
|
||||
}
|
||||
std::string arm_SEVL() {
|
||||
return "sevl";
|
||||
}
|
||||
std::string arm_WFE() {
|
||||
return "wfe";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user