1 1.5 cgd /* $NetBSD: frame.h,v 1.5 1994/10/26 09:10:27 cgd Exp $ */ 2 1.1 glass 3 1.3 cgd /* use the common m68k definition */ 4 1.3 cgd #include <m68k/frame.h> 5 1.2 glass 6 1.4 glass /* hack for tracing call stack. used by tracedump() */ 7 1.2 glass struct funcall_frame { 8 1.3 cgd struct funcall_frame *fr_savfp; 9 1.3 cgd int fr_savpc; 10 1.3 cgd int fr_arg[1]; 11 1.2 glass }; 12