* infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
[deliverable/binutils-gdb.git] / gdb / config / i386 / tm-i386v.h
index 66878e2d718265e5a24e3e3255ade00551699452..f80f51921488a42c216d5113805902f2df8b122f 100644 (file)
@@ -225,7 +225,7 @@ i386_skip_prologue PARAMS ((int));
 /* Return number of args passed to a frame.
    Can return -1, meaning no way to tell.  */
 
-#define FRAME_NUM_ARGS(numargs, fi) (numargs) = i386_frame_num_args(fi)
+#define FRAME_NUM_ARGS(numargs, fi) (numargs) = -1
 
 #ifdef __STDC__                /* Forward decl's for prototypes */
 struct frame_info;
This page took 0.022975 seconds and 4 git commands to generate.