2009-07-30 H.J. Lu <hongjiu.lu@intel.com>
* ia64-tdep.c (ia64_access_reg): Correct paddress.
This commit is contained in:
parent
b37470e428
commit
2edfe795a3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-07-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ia64-tdep.c (ia64_access_reg): Correct paddress.
|
||||
|
||||
2009-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Replace public function varobj_list by all_root_varobjs iterator.
|
||||
|
|
|
@ -2380,7 +2380,7 @@ ia64_access_reg (unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val,
|
|||
" access_reg: from cache: %4s=%s\n",
|
||||
(((unsigned) regnum <= IA64_NAT127_REGNUM)
|
||||
? ia64_register_names[regnum] : "r??"),
|
||||
paddress (*val));
|
||||
paddress (gdbarch, *val));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue