mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
Doc fix.
This commit is contained in:
@ -51,8 +51,8 @@ void _initialize_i386_tdep PARAMS ((void));
|
|||||||
i386_register_raw_size. */
|
i386_register_raw_size. */
|
||||||
int i386_register_byte[MAX_NUM_REGS];
|
int i386_register_byte[MAX_NUM_REGS];
|
||||||
|
|
||||||
/* i386_register_raw_size[i] is the number of bytes of storage in the
|
/* i386_register_raw_size[i] is the number of bytes of storage in
|
||||||
actual machine representation for register i. */
|
GDB's register array occupied by register i. */
|
||||||
int i386_register_raw_size[MAX_NUM_REGS] = {
|
int i386_register_raw_size[MAX_NUM_REGS] = {
|
||||||
4, 4, 4, 4,
|
4, 4, 4, 4,
|
||||||
4, 4, 4, 4,
|
4, 4, 4, 4,
|
||||||
|
Reference in New Issue
Block a user