* regcache.h (register_valid): Fix comment documenting valid

states.
This commit is contained in:
Andrew Cagney
2001-03-01 01:51:54 +00:00
parent 4e052eda91
commit 97900206ca
2 changed files with 6 additions and 1 deletions

View File

@@ -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:

View File

@@ -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;