backward: fix compile error on aarch64

This commit is contained in:
Andre Puschmann 2021-04-25 22:03:40 +02:00
parent 0826b86cec
commit f76cd5ef83
1 changed files with 1 additions and 1 deletions

View File

@ -4159,7 +4159,7 @@ public:
#elif defined(__aarch64__)
#if defined(__APPLE__)
error_addr = reinterpret_cast<void *>(uctx->uc_mcontext->__ss.__pc);
#elif
#else
error_addr = reinterpret_cast<void *>(uctx->uc_mcontext.pc);
#endif
#elif defined(__mips__)