2002-08-14 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / i387-tdep.c
index 6ace98b8abc1e78a14f15369d8e17684220ef2ca..daf1c6ff6ce78278159e335c04680b7e29a1eb28 100644 (file)
@@ -312,10 +312,13 @@ print_i387_control_word (unsigned int control, struct ui_file *file)
     }
 }
 
-/* Print out the i387 floating poin state.  */
+/* Print out the i387 floating point state.  Note that we ignore FRAME
+   in the code below.  That's OK since floating-point registers are
+   never saved on the stack.  */
+
 void
 i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
-                      struct frame_info *frame)
+                      struct frame_info *frame, const char *args)
 {
   unsigned int fctrl;
   unsigned int fstat;
This page took 0.025108 seconds and 4 git commands to generate.