summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-06-18 16:06:24 +0000
committerMark Kettenis <kettenis@gnu.org>2004-06-18 16:06:24 +0000
commit80ce1b5993c8648b2a5543a70c04763b78ca0545 (patch)
treebdbe2ea5bed936228e7d4b2f050d8b20c3299c84 /gdb/i386-tdep.c
parent660c26191e8969267565aaa193eb67859ec3715f (diff)
downloadgdb-80ce1b5993c8648b2a5543a70c04763b78ca0545.tar.gz
* i386-tdep.c (i386_collect_fpregset): Fix comment.
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r--gdb/i386-tdep.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c
index 2008acb8b00..19e7ed9f975 100644
--- a/gdb/i386-tdep.c
+++ b/gdb/i386-tdep.c
@@ -1674,9 +1674,10 @@ i386_supply_fpregset (const struct regset *regset, struct regcache *regcache,
i387_supply_fsave (regcache, regnum, fpregs);
}
-/* Supply register REGNUM from the buffer specified by FPREGS and LEN
- in the floating-point register set REGSET to register cache
- REGCACHE. If REGNUM is -1, do this for all registers in REGSET. */
+/* Collect register REGNUM from the register cache REGCACHE and store
+ it in the buffer specified by FPREGS and LEN as described by the
+ floating-point register set REGSET. If REGNUM is -1, do this for
+ all registers in REGSET. */
static void
i386_collect_fpregset (const struct regset *regset,