again
This commit is contained in:
parent
4e325fb4c9
commit
0d3241edfe
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ namespace Dynemu {
|
|||
void ExceptionRaised(u32 pc, Dynarmic::A32::Exception exception)
|
||||
*/
|
||||
void ExceptionRaised(u32 pc, Dynarmic::A32::Exception exception) override {
|
||||
std::cerr << fmt::format("dynemu: exception at {:#010x}: code {:#02x} ", pc, (int)exception) << std::endl;;
|
||||
std::cerr << fmt::format("dynemu: exception at {:#010x}: code {:#04x} ", pc, (int)exception) << std::endl;;
|
||||
|
||||
if (exception == Dynarmic::A32::Exception::NoExecuteFault)
|
||||
cpu->HaltExecution(Dynarmic::HaltReason::MemoryAbort);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue