From c4093a6ab3c9ba5f830ca18d91d8b4db5b1d28ee Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 14 Dec 1999 01:06:04 +0000 Subject: import gdb-1999-12-13 snapshot --- gdb/config/h8300/tm-h8300.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/h8300/tm-h8300.h') diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index e91f1429559..44b5e0d3e7a 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -205,7 +205,7 @@ CORE_ADDR h8300_frame_chain PARAMS ((struct frame_info *)); the frame chain or following frames back into the startup code. See the comments in objfile.h */ -#define FRAME_CHAIN_VALID(fp,fi) alternate_frame_chain_valid (fp, fi) +#define FRAME_CHAIN_VALID(fp,fi) func_frame_chain_valid (fp, fi) /* Define other aspects of the stack frame. */ -- cgit v1.2.1