2010-03-04 Hui Zhu <teawater@gmail.com>
* i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
This commit is contained in:
parent
8af6b354b4
commit
2e3ceee9bd
|
@ -1,3 +1,7 @@
|
||||||
|
2010-03-04 Hui Zhu <teawater@gmail.com>
|
||||||
|
|
||||||
|
* i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
|
||||||
|
|
||||||
2010-03-03 Pedro Alves <pedro@codesourcery.com>
|
2010-03-03 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* utils.c (fputs_maybe_filtered): Always disable pagination if the
|
* utils.c (fputs_maybe_filtered): Always disable pagination if the
|
||||||
|
|
|
@ -5388,7 +5388,7 @@ i386_process_record (struct gdbarch *gdbarch, struct regcache *regcache,
|
||||||
return -1;
|
return -1;
|
||||||
if (record_arch_list_add_mem (tmpu64, 2))
|
if (record_arch_list_add_mem (tmpu64, 2))
|
||||||
return -1;
|
return -1;
|
||||||
addr += 2;
|
tmpu64 += 2;
|
||||||
if (ir.regmap[X86_RECORD_R8_REGNUM])
|
if (ir.regmap[X86_RECORD_R8_REGNUM])
|
||||||
{
|
{
|
||||||
if (record_arch_list_add_mem (tmpu64, 8))
|
if (record_arch_list_add_mem (tmpu64, 8))
|
||||||
|
|
Loading…
Reference in New Issue