From a23075bc5a477c09ef9691df016671f0d6c3deb1 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sun, 27 Oct 1991 22:26:52 +0000 Subject: * blockframe.c: Pass fromleaf to INIT_EXTRA_FRAME_INFO. * tm-29k.h, tm-88k.h, tm-i960.h, tm-irix3.h, tm-mips.h, tm-pyr.h, tm-sparc.h: Accept fromleaf parameter. --- gdb/tm-sparc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/tm-sparc.h') 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 ? \ -- cgit v1.1