Better trap message.

This commit is contained in:
Ben Vanik 2015-12-29 13:40:53 -08:00
parent 948aa2400d
commit 9c694f07b3
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ uint64_t TrapDebugPrint(void* raw_context, uint64_t address) {
uint64_t TrapDebugBreak(void* raw_context, uint64_t address) {
auto thread_state = *reinterpret_cast<ThreadState**>(raw_context);
XELOGE("Trap!");
XELOGE("tw/td forced trap hit! This should be a crash!");
if (FLAGS_break_on_debugbreak) {
xe::debugging::Break();
}