thumb32: Implement SEVL

This commit is contained in:
Lioncash
2021-02-22 07:31:54 -05:00
parent a4c9ec645f
commit de8e977bb1
3 changed files with 6 additions and 1 deletions

View File

@@ -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();
}