diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-31 04:35:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-31 04:35:24 +0000 |
commit | ed234cf86397afc0a0e87f7d264a41aac93d0587 (patch) | |
tree | 9a1a2b5081eb3c65100be4eede14583ce4a42ba4 /gdb/value.h | |
parent | 6c2b51687c9bf6de1c6bd8b17bbae9255da6f064 (diff) | |
download | gdb-ed234cf86397afc0a0e87f7d264a41aac93d0587.zip gdb-ed234cf86397afc0a0e87f7d264a41aac93d0587.tar.gz gdb-ed234cf86397afc0a0e87f7d264a41aac93d0587.tar.bz2 |
2003-03-30 Andrew Cagney <cagney@redhat.com>
2002-11-10 Klee Dienes <kdienes@apple.com>
* value.h (struct value): Update comment.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/value.h b/gdb/value.h index b5b2b07..783191a 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -128,9 +128,7 @@ struct value list. */ struct value *next; - /* Register number if the value is from a register. Is not kept - if you take a field of a structure that is stored in a - register. Shouldn't it be? */ + /* Register number if the value is from a register. */ short regno; /* If zero, contents of this value are in the contents field. If nonzero, contents are in inferior memory at address |