commit | 4d157d5eac29d7d5559fdcabf20f3961bc5cb3e7 | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | Thu Aug 03 09:29:21 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Sep 27 13:37:29 2006 +0100 |
tree | 82662abbe473e5bd0be973e2a8ceb8b63082da55 | |
parent | 0cceb4aa9acf6192a5f02134e764b1feeea8b9de [diff] |
[MIPS] Improve unwind_stack() This patch allows unwind_stack() to return ra for leaf function. But it tries to detects cases where get_frame_info() wrongly consider nested function as a leaf one. It also pass 'unsinged long *sp' instead of 'unsigned long **sp' as second parameter. The code looks cleaner. Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>