diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 23:06:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-08-15 23:06:54 +0000 |
commit | 7d8d29181592c1a8eb76fd1a4c7dc155c30adafe (patch) | |
tree | 04a073f267729bceafdb7b836a5656fad5905428 /gdb/i387-tdep.c | |
parent | 1c7cc583121c02618f9abeb06655fa84ada1f55f (diff) | |
download | gdb-7d8d29181592c1a8eb76fd1a4c7dc155c30adafe.zip gdb-7d8d29181592c1a8eb76fd1a4c7dc155c30adafe.tar.gz gdb-7d8d29181592c1a8eb76fd1a4c7dc155c30adafe.tar.bz2 |
* i387-tdep.c (i387_print_float_info): Add comment about ignoring
FRAME.
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 6ace98b..4a39eec 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) |