aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/tm-i386v4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/i386/tm-i386v4.h')
-rw-r--r--gdb/config/i386/tm-i386v4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/tm-i386v4.h b/gdb/config/i386/tm-i386v4.h
index 7680a88..cdda76d 100644
--- a/gdb/config/i386/tm-i386v4.h
+++ b/gdb/config/i386/tm-i386v4.h
@@ -32,7 +32,7 @@
/* Use the alternate method of determining valid frame chains. */
-#define FRAME_CHAIN_VALID(fp,fi) alternate_frame_chain_valid (fp, fi)
+#define FRAME_CHAIN_VALID(fp,fi) func_frame_chain_valid (fp, fi)
/* Offsets (in target ints) into jmp_buf. Not defined in any system header
file, so we have to step through setjmp/longjmp with a debugger and figure