mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 14:14:23 +00:00
* regcache.c (struct regcache_descr): Fix typo.
* i387-tdep.c (i387_supply_xsave): Fix typo.
This commit is contained in:
parent
2ab9532817
commit
86d318988c
@ -1,3 +1,8 @@
|
||||
2011-07-11 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* regcache.c (struct regcache_descr): Fix typo.
|
||||
* i387-tdep.c (i387_supply_xsave): Fix typo.
|
||||
|
||||
2011-07-11 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* dwarf2read.c (handle_DW_AT_stmt_list): New function.
|
||||
|
@ -795,7 +795,7 @@ i387_supply_xsave (struct regcache *regcache, int regnum,
|
||||
return;
|
||||
|
||||
case all:
|
||||
/* Hanle the upper YMM registers. */
|
||||
/* Handle the upper YMM registers. */
|
||||
if ((tdep->xcr0 & I386_XSTATE_AVX))
|
||||
{
|
||||
if ((clear_bv & I386_XSTATE_AVX))
|
||||
|
@ -67,7 +67,7 @@ struct regcache_descr
|
||||
long sizeof_cooked_registers;
|
||||
long sizeof_cooked_register_status;
|
||||
|
||||
/* Offset and size (in 8 bit bytes), of reach register in the
|
||||
/* Offset and size (in 8 bit bytes), of each register in the
|
||||
register cache. All registers (including those in the range
|
||||
[NR_RAW_REGISTERS .. NR_COOKED_REGISTERS) are given an
|
||||
offset. */
|
||||
|
Loading…
Reference in New Issue
Block a user