Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from knurling-rs/gh59
Browse files Browse the repository at this point in the history
don't print <exception entry> more thn once per frame
  • Loading branch information
Jonas Schievink authored Nov 23, 2020
2 parents b21e75e + 83cdc75 commit 00a6ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ fn backtrace(
if top_exception.is_none() {
top_exception = Some(if pc & !THUMB_BIT == vector_table.hard_fault & !THUMB_BIT {
// HardFaultTrampoline
println!(" <exception entry>");

let stack_overflow = if let Some(sp_ram_region) = sp_ram_region {
// NOTE stack is full descending; meaning the stack pointer can be `ORIGIN(RAM) +
Expand Down

0 comments on commit 00a6ba3

Please sign in to comment.