X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftramp-frame.h;h=07100a5befa44c2c8a3e1185df3a0cb6f39f97e4;hb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;hp=67a39f87e18684695e13e72dbc2ad90281020d6b;hpb=a9762ec78a53fbe9209fe1654db42df0cd328d50;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tramp-frame.h b/gdb/tramp-frame.h index 67a39f87e1..07100a5bef 100644 --- a/gdb/tramp-frame.h +++ b/gdb/tramp-frame.h @@ -1,6 +1,6 @@ /* Signal trampoline unwinder. - Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. This file is part of GDB. @@ -62,7 +62,7 @@ struct tramp_frame { ULONGEST bytes; ULONGEST mask; - } insn[16]; + } insn[48]; /* Initialize a trad-frame cache corresponding to the tramp-frame. FUNC is the address of the instruction TRAMP[0] in memory. */ void (*init) (const struct tramp_frame *self,