mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-23 10:30:23 +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;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
WARNING_LOG("PCDrv is not enabled, break HLE will not be executed.");
|
||||
}
|
||||
|
||||
// normal exception
|
||||
RaiseException(CAUSE_bits, EPC, GetExceptionVector());
|
||||
|
Loading…
x
Reference in New Issue
Block a user