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