mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-08 16:10:05 +01:00
microinstruction: A32ExceptionRaised causes CPU exception
This commit is contained in:
parent
6595e49a31
commit
ccbf6c7f63
@ -364,9 +364,10 @@ bool Inst::WritesToFPSRCumulativeSaturationBit() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool Inst::CausesCPUException() const {
|
bool Inst::CausesCPUException() const {
|
||||||
return op == Opcode::Breakpoint ||
|
return op == Opcode::Breakpoint ||
|
||||||
op == Opcode::A32CallSupervisor ||
|
op == Opcode::A32CallSupervisor ||
|
||||||
op == Opcode::A64CallSupervisor ||
|
op == Opcode::A32ExceptionRaised ||
|
||||||
|
op == Opcode::A64CallSupervisor ||
|
||||||
op == Opcode::A64ExceptionRaised;
|
op == Opcode::A64ExceptionRaised;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user