We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31c330 commit c815ff2Copy full SHA for c815ff2
sdk/core/switcher/entry.S
@@ -642,7 +642,7 @@ exception_entry_asm:
642
// If this is the top stack frame, then the csp field is the value on
643
// entry. If it's any other frame then we need to go to the previous one
644
cincoffset cs1, csp, TrustedStack_offset_frames
645
- beq s1, t1, .Lrecovered_stack
+ beq s1, tp, .Lrecovered_stack
646
647
// The address of the stack pointer will point to the bottom of the
648
// caller's save area, so we set the bounds to be the base up to the
0 commit comments