mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00
Improve Xtensa backtraces (#1838)
This commit is contained in:
parent
8be7f81e34
commit
426c8fb0bd
@ -307,7 +307,8 @@ pub(crate) fn backtrace_internal(
|
|||||||
|
|
||||||
old_address = address;
|
old_address = address;
|
||||||
|
|
||||||
if address == 0 {
|
// the address is 0 but we sanitized the address - then 0 becomes 0x40000000
|
||||||
|
if address == 0x40000000 {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user