diff options
Diffstat (limited to 'gdb/tm-sparc.h')
-rw-r--r-- | gdb/tm-sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-sparc.h b/gdb/tm-sparc.h index 866788b..0f96c38 100644 --- a/gdb/tm-sparc.h +++ b/gdb/tm-sparc.h @@ -339,7 +339,7 @@ CORE_ADDR sparc_extract_struct_value_address ( Otherwise the bottom of this frame is the top of the next frame. */ #define EXTRA_FRAME_INFO FRAME_ADDR bottom; -#define INIT_EXTRA_FRAME_INFO(fci) \ +#define INIT_EXTRA_FRAME_INFO(fromleaf, fci) \ (fci)->bottom = \ ((fci)->next ? \ ((fci)->frame == (fci)->next_frame ? \ |