diff --git a/src/frontend/A32/ir_emitter.cpp b/src/frontend/A32/ir_emitter.cpp index 5d435948..136b2e95 100644 --- a/src/frontend/A32/ir_emitter.cpp +++ b/src/frontend/A32/ir_emitter.cpp @@ -87,7 +87,7 @@ void IREmitter::CallSupervisor(const IR::U32& value) { } void IREmitter::ExceptionRaised(const Exception exception) { - Inst(Opcode::A64ExceptionRaised, Imm32(PC()), Imm64(static_cast(exception))); + Inst(Opcode::A32ExceptionRaised, Imm32(PC()), Imm64(static_cast(exception))); } IR::U32 IREmitter::GetCpsr() {