[HACK] A32/exception_generating: Interpret undefined instructions
This commit is contained in:
parent
c72550f7d9
commit
9bcbdacd2b
@ -41,7 +41,11 @@ bool ArmTranslatorVisitor::arm_SVC(Cond cond, Imm<24> imm24) {
|
||||
|
||||
// UDF<c> #<imm16>
|
||||
bool ArmTranslatorVisitor::arm_UDF() {
|
||||
#if ARCHITECTURE_x86_64
|
||||
return UndefinedInstruction();
|
||||
#else
|
||||
return InterpretThisInstruction();
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace Dynarmic::A32
|
||||
|
Loading…
x
Reference in New Issue
Block a user