mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2009-07-30 H.J. Lu <hongjiu.lu@intel.com>
* ia64-tdep.c (ia64_access_reg): Correct paddress.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user