mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-24 02:50:20 +00:00
CPU: Log on break exception without PCDrv
This commit is contained in:
parent
a5b46f7676
commit
cdd054702c
@ -421,6 +421,10 @@ void CPU::RaiseBreakException(u32 CAUSE_bits, u32 EPC, u32 instruction_bits)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
WARNING_LOG("PCDrv is not enabled, break HLE will not be executed.");
|
||||||
|
}
|
||||||
|
|
||||||
// normal exception
|
// normal exception
|
||||||
RaiseException(CAUSE_bits, EPC, GetExceptionVector());
|
RaiseException(CAUSE_bits, EPC, GetExceptionVector());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user