oops - omitted from previous delta
[deliverable/binutils-gdb.git] / gdb / i386v-nat.c
index 78152e410e12b4a04d54d6ce4a514e1b523f81fd..678eabc346d9a56601f3ac4f346bd4f88ec16113 100644 (file)
@@ -85,7 +85,7 @@ register_u_addr (CORE_ADDR blockend, int regnum)
   struct user u;
   CORE_ADDR fpstate;
 
-  if (FP_REGNUM_P (regnum))
+  if (i386_fp_regnum_p (regnum))
     {
 #ifdef KSTKSZ                  /* SCO, and others?  */
       blockend += 4 * (SS + 1) - KSTKSZ;
@@ -120,11 +120,11 @@ static int debug_control_mirror;
 /* Record which address associates with which register.  */
 static CORE_ADDR address_lookup[DR_LASTADDR - DR_FIRSTADDR + 1];
 
-static int
-i386_insert_aligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int, int);
+static int i386_insert_aligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int,
+                                          int);
 
-static int
-i386_insert_nonaligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int, int);
+static int i386_insert_nonaligned_watchpoint (int, CORE_ADDR, CORE_ADDR, int,
+                                             int);
 
 /* Insert a watchpoint.  */
 
This page took 0.033342 seconds and 4 git commands to generate.