Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb8ee758 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Add new segv type SEGV_CPERR." into main

parents 848b36c2 6aa72490
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -382,8 +382,10 @@ const char* get_sigcode(const siginfo_t* si) {
          return "SEGV_MTEAERR";
        case SEGV_MTESERR:
          return "SEGV_MTESERR";
        case SEGV_CPERR:
          return "SEGV_CPERR";
      }
      static_assert(NSIGSEGV == SEGV_MTESERR, "missing SEGV_* si_code");
      static_assert(NSIGSEGV == SEGV_CPERR, "missing SEGV_* si_code");
      break;
    case SIGSYS:
      switch (si->si_code) {