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

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

Merge "Fix bug in abort message processing."

parents 7dbe9660 dbd2ab4d
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) {