thumb32: Implement YIELD

This commit is contained in:
Lioncash
2021-02-22 07:28:18 -05:00
parent a73ea9e111
commit 48fe7afe72
3 changed files with 6 additions and 1 deletions

View File

@@ -38,4 +38,8 @@ bool ThumbTranslatorVisitor::thumb32_UDF() {
return thumb16_UDF();
}
bool ThumbTranslatorVisitor::thumb32_YIELD() {
return thumb16_YIELD();
}
} // namespace Dynarmic::A32