mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-09 20:46:27 +00:00
thumb32: Implement NOP
This commit is contained in:
@@ -30,6 +30,10 @@ bool ThumbTranslatorVisitor::thumb32_ISB([[maybe_unused]] Imm<4> option) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_NOP() {
|
||||
return thumb16_NOP();
|
||||
}
|
||||
|
||||
bool ThumbTranslatorVisitor::thumb32_UDF() {
|
||||
return thumb16_UDF();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user