mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 00:12:57 +00:00
thumb32: Implement WFE
This commit is contained in:
@@ -38,6 +38,10 @@ bool ThumbTranslatorVisitor::thumb32_UDF() {
|
||||
return thumb16_UDF();
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_WFE() {
|
||||
return thumb16_WFE();
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_YIELD() {
|
||||
return thumb16_YIELD();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user