diff options
Diffstat (limited to 'gdb/ia64-vms-tdep.c')
-rw-r--r-- | gdb/ia64-vms-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-vms-tdep.c b/gdb/ia64-vms-tdep.c index 09238fc..9f477df 100644 --- a/gdb/ia64-vms-tdep.c +++ b/gdb/ia64-vms-tdep.c @@ -33,7 +33,7 @@ ia64_vms_find_proc_info_x (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) { - enum bfd_endian byte_order = gdbarch_byte_order (target_gdbarch); + enum bfd_endian byte_order = gdbarch_byte_order (target_gdbarch ()); unw_dyn_info_t di; int ret; gdb_byte buf[32]; |