View | Details | Raw Unified | Return to bug 25265
Collapse All | Expand All

(-)a/runtime/linux/autoconf-stack-trace-save-regs.c (-2 / +1 lines)
Lines 1-6 Link Here
1
#include <linux/stacktrace.h>
1
#include <linux/stacktrace.h>
2
2
3
unsigned int foo ()
3
unsigned int foo (void)
4
{
4
{
5
        unsigned long e[10];
5
        unsigned long e[10];
6
        struct pt_regs* r = 0;
6
        struct pt_regs* r = 0;
7
- 

Return to bug 25265