mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 20:46:27 +00:00
thumb32: Implement SEV
This commit is contained in:
@@ -34,6 +34,10 @@ bool ThumbTranslatorVisitor::thumb32_NOP() {
|
||||
return thumb16_NOP();
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_SEV() {
|
||||
return thumb16_SEV();
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_UDF() {
|
||||
return thumb16_UDF();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user