Skip to content

Commit b5829c6

Browse files
authored
arm unwind remove lr frame
1 parent 410289e commit b5829c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/arm/unwind.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ void UnwindStack::Backtrace(Register& regs) {
8282
VisitFrame();
8383
cur_state_ = 0x0; // reset
8484

85-
cur_frame_pc_ = regs.lr;
86-
VisitFrame();
85+
// cur_frame_pc_ = regs.lr;
86+
// VisitFrame();
8787
} catch(InvalidAddressException& e) {
8888
// do nothing
8989
}

0 commit comments

Comments
 (0)