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

Commit 9492b6e7 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am 2de8102d: Merge "Fix bug in abort message processing."

* commit '2de8102d':
  Fix bug in abort message processing.
parents fa135f5c 2de8102d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -621,7 +621,6 @@ static void dump_abort_message(const backtrace_t* backtrace, log_t* log, uintptr
    if (!backtrace_read_word(backtrace, address, &data)) {
      break;
    }
    data = 0;
    address += sizeof(uint32_t);

    if ((*p++ = (data >>  0) & 0xff) == 0) {