A32/ir_emitter: Bug fix: IREmitter::ExceptionRaised using incorrect opcode
This commit is contained in:
parent
08d1d19805
commit
efeecb46ff
@ -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<u64>(exception)));
|
||||
Inst(Opcode::A32ExceptionRaised, Imm32(PC()), Imm64(static_cast<u64>(exception)));
|
||||
}
|
||||
|
||||
IR::U32 IREmitter::GetCpsr() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user