[dynarmic] fix android
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
e097d90f6b
commit
9a9fe3556c
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,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);
|
||||
#elif defined(ARCHITECTURE_arm64)
|
||||
CTX_DECLARE(raw_context);
|
||||
{
|
||||
std::lock_guard<std::mutex> guard(sig_handler->code_block_infos_mutex);
|
||||
const auto iter = sig_handler->FindCodeBlockInfo(CTX_PC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue