[dynarmic] fix android
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
57e9f4a32d
commit
4d1bee40b4
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ void SigHandler::SigAction(int sig, siginfo_t* info, void* raw_context) {
|
||||||
}
|
}
|
||||||
fmt::print(stderr, "Unhandled {} at rip {:#018x}\n", sig == SIGSEGV ? "SIGSEGV" : "SIGBUS", CTX_RIP);
|
fmt::print(stderr, "Unhandled {} at rip {:#018x}\n", sig == SIGSEGV ? "SIGSEGV" : "SIGBUS", CTX_RIP);
|
||||||
#elif defined(ARCHITECTURE_arm64)
|
#elif defined(ARCHITECTURE_arm64)
|
||||||
CTX_DECLARE(raw_context);
|
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> guard(sig_handler->code_block_infos_mutex);
|
std::lock_guard<std::mutex> guard(sig_handler->code_block_infos_mutex);
|
||||||
const auto iter = sig_handler->FindCodeBlockInfo(CTX_PC);
|
const auto iter = sig_handler->FindCodeBlockInfo(CTX_PC);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue