mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 03:26:26 +00:00
thumb32: Implement SEVL
This commit is contained in:
@@ -38,6 +38,10 @@ bool ThumbTranslatorVisitor::thumb32_SEV() {
|
||||
return thumb16_SEV();
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_SEVL() {
|
||||
return thumb16_SEVL();
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_UDF() {
|
||||
return thumb16_UDF();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user