Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96521 | Differences between
and this patch

Collapse All | Expand All

(-)memprof-0.5.1/stack-frame.c (-1 / +1 lines)
Lines 69-75 Link Here
69
69
70
#define HAVE_FRAME_ACCESSORS
70
#define HAVE_FRAME_ACCESSORS
71
71
72
#if defined (__GNUC__) && defined (__i386__)
72
#if defined (__GNUC__) && (defined (__i386__) || defined (__amd64__))
73
typedef struct stack_frame_struct stack_frame;
73
typedef struct stack_frame_struct stack_frame;
74
struct stack_frame_struct {
74
struct stack_frame_struct {
75
    stack_frame *next;
75
    stack_frame *next;

Return to bug 96521