This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[fyi] fix comment describing register_valid[]


Just FYI,

I've committed the following.  DavidT pointed this long standing typo
out.

	Andrew
Wed Feb 28 20:37:36 2001  Andrew Cagney  <ac131313@redhat.com>

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

Index: regcache.h
===================================================================
RCS file: /cvs/src/src/gdb/regcache.h,v
retrieving revision 1.1
diff -p -r1.1 regcache.h
*** regcache.h	2001/03/01 01:39:21	1.1
--- regcache.h	2001/03/01 01:41:01
***************
*** 28,34 ****
  extern char *registers;
  
  /* Character array containing the current state of each register
!    (unavailable<0, valid=0, invalid>0). */
  
  extern signed char *register_valid;
  
--- 28,34 ----
  extern char *registers;
  
  /* Character array containing the current state of each register
!    (unavailable<0, invalid=0, valid>0). */
  
  extern signed char *register_valid;
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]