2000-07-03 Christopher Faylor <cgf@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / i386bsd-nat.c
index aadf5864c920aa8975e8c43c88de8f3cb85c80f6..f1182ea4e800b85bac2781e3b9c09a4eb83675dd 100644 (file)
@@ -78,12 +78,12 @@ static int reg_offset[] =
   REG_OFFSET (r_ss),
   REG_OFFSET (r_ds),
   REG_OFFSET (r_es),
-#ifdef HAVE_R_FS
+#ifdef HAVE_STRUCT_REG_R_FS
   REG_OFFSET (r_fs),
 #else
   -1,
 #endif
-#ifdef HAVE_R_GS
+#ifdef HAVE_STRUCT_REG_R_GS
   REG_OFFSET (r_gs)
 #else
   -1
This page took 0.025403 seconds and 4 git commands to generate.