NetBSD/sys/arch/sun3/include/frame.h

12 lines
268 B
C
Raw Normal View History

1994-10-26 12:07:55 +03:00
/* $NetBSD: frame.h,v 1.5 1994/10/26 09:10:27 cgd Exp $ */
/* use the common m68k definition */
#include <m68k/frame.h>
1993-08-08 16:18:27 +04:00
/* hack for tracing call stack. used by tracedump() */
1993-08-08 16:18:27 +04:00
struct funcall_frame {
struct funcall_frame *fr_savfp;
int fr_savpc;
int fr_arg[1];
1993-08-08 16:18:27 +04:00
};