Updated copyright notices for most files.
[deliverable/binutils-gdb.git] / gdb / tramp-frame.h
index 67a39f87e18684695e13e72dbc2ad90281020d6b..07100a5befa44c2c8a3e1185df3a0cb6f39f97e4 100644 (file)
@@ -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,
This page took 0.0258 seconds and 4 git commands to generate.