arm_dynarmic_64: Log the instruction when an exception is raised

pull/8/head
Morph 5 years ago
parent e0af4cdf98
commit f2df941e8d

@ -98,8 +98,8 @@ public:
}
[[fallthrough]];
default:
ASSERT_MSG(false, "ExceptionRaised(exception = {}, pc = {:X})",
static_cast<std::size_t>(exception), pc);
ASSERT_MSG(false, "ExceptionRaised(exception = {}, pc = {:08X}, code = {:08X})",
static_cast<std::size_t>(exception), pc, MemoryReadCode(pc));
}
}

Loading…
Cancel
Save