aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/tm-i386v.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-19 05:00:13 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-19 05:00:13 +0000
commit56eec3c737e0f038711286c34175504fad3cd95c (patch)
treec8c3eda004199152186ec50e1b8b52fd7f8527ed /gdb/config/i386/tm-i386v.h
parentbea80b013deed137522eac146fcc413a959166bf (diff)
downloadgdb-56eec3c737e0f038711286c34175504fad3cd95c.zip
gdb-56eec3c737e0f038711286c34175504fad3cd95c.tar.gz
gdb-56eec3c737e0f038711286c34175504fad3cd95c.tar.bz2
* infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
but not the others. * symm-tdep.c: Remove exec_file_command. [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions. A few miscellaneous cleanups. * symm-nat.c: Renamed from symm-xdep.c. * All symmetry dependent files: Many changes.
Diffstat (limited to 'gdb/config/i386/tm-i386v.h')
-rw-r--r--gdb/config/i386/tm-i386v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/tm-i386v.h b/gdb/config/i386/tm-i386v.h
index 66878e2..f80f519 100644
--- a/gdb/config/i386/tm-i386v.h
+++ b/gdb/config/i386/tm-i386v.h
@@ -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;