mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-15 22:01:03 +00: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 {
|
||||
return op == Opcode::Breakpoint ||
|
||||
op == Opcode::A32CallSupervisor ||
|
||||
op == Opcode::A64CallSupervisor ||
|
||||
return op == Opcode::Breakpoint ||
|
||||
op == Opcode::A32CallSupervisor ||
|
||||
op == Opcode::A32ExceptionRaised ||
|
||||
op == Opcode::A64CallSupervisor ||
|
||||
op == Opcode::A64ExceptionRaised;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user