diff options
Diffstat (limited to 'gcc/frame.h')
-rw-r--r-- | gcc/frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/frame.h b/gcc/frame.h index 330277c..ecaf6b0 100644 --- a/gcc/frame.h +++ b/gcc/frame.h @@ -1,6 +1,6 @@ /* Header file for unwinding stack frames for exception handling. */ /* Compile this one with gcc. */ -/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Jason Merrill <jason@cygnus.com>. This file is part of GNU CC. @@ -34,6 +34,7 @@ typedef struct frame_state long reg_or_offset[DWARF_FRAME_REGISTERS+1]; unsigned short cfa_reg; unsigned short retaddr_column; + char cfa_saved; char saved[DWARF_FRAME_REGISTERS+1]; } frame_state; |