summaryrefslogtreecommitdiff
path: root/gdb/tm-pyr.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-27 22:26:52 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-27 22:26:52 +0000
commita23075bc5a477c09ef9691df016671f0d6c3deb1 (patch)
tree9046bb27e46167ea79bb653031bde72378cd4cbc /gdb/tm-pyr.h
parent4137c5fc0d1b24d00ceec0981ea5d9da77477f0e (diff)
downloadbinutils-gdb-a23075bc5a477c09ef9691df016671f0d6c3deb1.tar.gz
* 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.
Diffstat (limited to 'gdb/tm-pyr.h')
-rw-r--r--gdb/tm-pyr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-pyr.h b/gdb/tm-pyr.h
index 53298536573..dbca0b44745 100644
--- a/gdb/tm-pyr.h
+++ b/gdb/tm-pyr.h
@@ -293,7 +293,7 @@ extern unsigned int last_frame_offset;
CORE_ADDR frame_cfp; \
CORE_ADDR frame_window_addr;
-#define INIT_EXTRA_FRAME_INFO(fci) \
+#define INIT_EXTRA_FRAME_INFO(fromleaf, fci) \
do { \
(fci)->frame_window_addr = (fci)->frame; \
(fci)->bottom = \