summaryrefslogtreecommitdiff
path: root/gdb/ia64-tdep.c
diff options
context:
space:
mode:
authorPeter Schauer <pes@regent.e-technik.tu-muenchen.de>2002-03-16 21:09:33 +0000
committerPeter Schauer <pes@regent.e-technik.tu-muenchen.de>2002-03-16 21:09:33 +0000
commitc031358aba6bb1895099d94361dc904a1cf68513 (patch)
treebb8433890f5889e0bf32715ab37b419990038c90 /gdb/ia64-tdep.c
parent3212dffe0c4ef6af1659895b5f0138bfcbae7d87 (diff)
downloadgdb-c031358aba6bb1895099d94361dc904a1cf68513.tar.gz
* ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
to fix internal_error from ``maintenance print architecture''.
Diffstat (limited to 'gdb/ia64-tdep.c')
-rw-r--r--gdb/ia64-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c
index 7ca7fe71a4d..db8e5b9e70b 100644
--- a/gdb/ia64-tdep.c
+++ b/gdb/ia64-tdep.c
@@ -2223,6 +2223,7 @@ ia64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_decr_pc_after_break (gdbarch, 0);
set_gdbarch_function_start_offset (gdbarch, 0);
+ set_gdbarch_frame_args_skip (gdbarch, 0);
set_gdbarch_remote_translate_xfer_address (
gdbarch, ia64_remote_translate_xfer_address);