Doc fix.
This commit is contained in:
parent
9d233477f5
commit
ceb4951f3d
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ void _initialize_i386_tdep PARAMS ((void));
|
|||
i386_register_raw_size. */
|
||||
int i386_register_byte[MAX_NUM_REGS];
|
||||
|
||||
/* i386_register_raw_size[i] is the number of bytes of storage in the
|
||||
actual machine representation for register i. */
|
||||
/* i386_register_raw_size[i] is the number of bytes of storage in
|
||||
GDB's register array occupied by register i. */
|
||||
int i386_register_raw_size[MAX_NUM_REGS] = {
|
||||
4, 4, 4, 4,
|
||||
4, 4, 4, 4,
|
||||
|
|
Loading…
Reference in a new issue