diff options
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r-- | gdb/i387-tdep.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 6ace98b8abc..4a39eecb1e6 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -312,7 +312,10 @@ print_i387_control_word (unsigned int control, struct ui_file *file) } } -/* Print out the i387 floating poin state. */ +/* Print out the i387 floating poin 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) |