mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* regcache.h (register_valid): Fix comment documenting valid
states.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* regcache.h (register_valid): Fix comment documenting valid
|
||||
states.
|
||||
|
||||
Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
From Steven Johnson:
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
extern char *registers;
|
||||
|
||||
/* Character array containing the current state of each register
|
||||
(unavailable<0, valid=0, invalid>0). */
|
||||
(unavailable<0, invalid=0, valid>0). */
|
||||
|
||||
extern signed char *register_valid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user