date and time created 90/03/12 15:47:53 by bill
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Tue, 13 Mar 1990 07:47:53 +0000 (23:47 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Tue, 13 Mar 1990 07:47:53 +0000 (23:47 -0800)
SCCS-vsn: sys/i386/include/frame.h 1.1

usr/src/sys/i386/include/frame.h [new file with mode: 0644]

diff --git a/usr/src/sys/i386/include/frame.h b/usr/src/sys/i386/include/frame.h
new file mode 100644 (file)
index 0000000..e59f7fc
--- /dev/null
@@ -0,0 +1,11 @@
+/*     frame.h 1.1     86/01/05        */
+
+/*
+ * Definition of the tahoe call frame.
+ */
+struct frame {
+       int     fr_savpc;               /* saved program counter */
+       u_int   fr_mask:16,             /* register save mask */
+               fr_removed:16;          /* 4*number of arguments + 4 */
+       int     fr_savfp;               /* saved frame pointer */
+};