microinstruction: A32ExceptionRaised causes CPU exception
This commit is contained in:
parent
6595e49a31
commit
ccbf6c7f63
@ -366,6 +366,7 @@ 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::A32ExceptionRaised ||
|
||||||
op == Opcode::A64CallSupervisor ||
|
op == Opcode::A64CallSupervisor ||
|
||||||
op == Opcode::A64ExceptionRaised;
|
op == Opcode::A64ExceptionRaised;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user