Skip to content

Commit

Permalink
linux: move log to the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Nov 27, 2023
1 parent 10a67cf commit f8dbad4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/linux/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ void fault_handler(int sn, siginfo_t * si, void *segfault_ctx)
context_to_segfault(&ctx, segfault_ctx);
return;
}
#endif

ERROR_LOG(COMMON, "SIGSEGV @ %p invalid access to %p", (void *)ctx.pc, si->si_addr);
#endif

#ifdef __SWITCH__
MemoryInfo meminfo;
u32 pageinfo;
Expand Down

0 comments on commit f8dbad4

Please sign in to comment.