diff options
Diffstat (limited to 'gdb/config/i386/xm-i386mach.h')
-rw-r--r-- | gdb/config/i386/xm-i386mach.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/i386/xm-i386mach.h b/gdb/config/i386/xm-i386mach.h index b409404..c50da67 100644 --- a/gdb/config/i386/xm-i386mach.h +++ b/gdb/config/i386/xm-i386mach.h @@ -29,8 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define KERNEL_U_ADDR (0x80000000 - (UPAGES * NBPG)) -#define PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES) - /* <errno.h> only defines this if __STDC__!!! */ extern int errno; |