Skip to content

Commit

Permalink
Typo #elif -> #else
Browse files Browse the repository at this point in the history
Closes #202
  • Loading branch information
bombela committed Jan 15, 2021
1 parent e82d107 commit f6f7253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4159,7 +4159,7 @@ class SignalHandling {
#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__)
Expand Down

0 comments on commit f6f7253

Please sign in to comment.