diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 10:38:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-06-26 10:38:50 +0000 |
commit | ecba89de449427ffe53a5e63b3e88c9a7d3ad530 (patch) | |
tree | a43f02916528e997a23574f6c95c517d5a9c1d9b /gdb/amd64-nat.c | |
parent | 4cd804765d98c8102e0eee6ae5bd5d01fcdbd50d (diff) | |
download | gdb-ecba89de449427ffe53a5e63b3e88c9a7d3ad530.zip gdb-ecba89de449427ffe53a5e63b3e88c9a7d3ad530.tar.gz gdb-ecba89de449427ffe53a5e63b3e88c9a7d3ad530.tar.bz2 |
* amd64-nat.c (amd64_supply_native_gregset): Fix comment.
Diffstat (limited to 'gdb/amd64-nat.c')
-rw-r--r-- | gdb/amd64-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index 31b3603..50a03de 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -85,7 +85,7 @@ amd64_native_gregset_supplies_p (int regnum) } -/* Supply register REGNUM, whose contents are store in BUF, to +/* Supply register REGNUM, whose contents are stored in GREGS, to REGCACHE. If REGNUM is -1, supply all appropriate registers. */ void |