mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
[MIPS] unwind_stack should return a value ...
And gcc 3.4 doesn't even warn out this, grrr. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
b543858209
commit
a204458acb
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ extern unsigned long unwind_stack(struct task_struct *task, unsigned long *sp,
|
||||||
static inline unsigned long unwind_stack(struct task_struct *task,
|
static inline unsigned long unwind_stack(struct task_struct *task,
|
||||||
unsigned long *sp, unsigned long pc, unsigned long *ra)
|
unsigned long *sp, unsigned long pc, unsigned long *ra)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue