backward: fix compile error on aarch64

master
Andre Puschmann 4 years ago
parent 0826b86cec
commit f76cd5ef83

@ -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__)

Loading…
Cancel
Save