Fp
DoStackTrace(Fp(), Sepc());
return find_previous_iframe(thread_get_current_thread(), Fp());
addr_t fp = Fp();
iframe* frame = find_previous_iframe(thread, Fp());
stack_frame* frame = (stack_frame*)Fp() - 1;
fp = Fp();
addr_t fp = Fp();