am 2de8102d
: Merge "Fix bug in abort message processing."
* commit '2de8102d422f48eec44fe8782cd2411f04f1dcb2': Fix bug in abort message processing.
This commit is contained in:
commit
9492b6e72c
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue