Improve Xtensa backtraces (#1838)

This commit is contained in:
Björn Quentin 2024-07-23 21:47:46 +02:00 committed by GitHub
parent 8be7f81e34
commit 426c8fb0bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,7 +307,8 @@ pub(crate) fn backtrace_internal(
old_address = address;
if address == 0 {
// the address is 0 but we sanitized the address - then 0 becomes 0x40000000
if address == 0x40000000 {
break;
}