* cgen-sim.h (SEM_NEXT_PC): New arg `len'.
[deliverable/binutils-gdb.git] / gdb / i386v-nat.c
index e2ca8326c86b0ea2aa14b5e25408fcc3e65d9ef5..38468a90277e8c73dd0451b9bc52f5e589b3b859 100644 (file)
@@ -1,5 +1,5 @@
 /* Intel 386 native support for SYSV systems (pre-SVR4).
-   Copyright (C) 1988, 1989, 1991, 1992, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1989, 1991, 1992, 1994, 1996 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -93,6 +93,12 @@ i386_register_u_addr (blockend, regnum)
   
 }
 \f
+int
+kernel_u_size ()
+{
+  return (sizeof (struct user));
+}
+\f
 #ifdef TARGET_HAS_HARDWARE_WATCHPOINTS
 
 #if !defined (offsetof)
This page took 0.023008 seconds and 4 git commands to generate.