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

14 lines
270 B
C
Raw Normal View History

/*
* $Id: frame.h,v 1.4 1994/02/04 08:19:57 glass 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
};