aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-i386v.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tm-i386v.h')
-rw-r--r--gdb/tm-i386v.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/tm-i386v.h b/gdb/tm-i386v.h
index 5c65423..01644e8 100644
--- a/gdb/tm-i386v.h
+++ b/gdb/tm-i386v.h
@@ -332,4 +332,8 @@ print_387_control_word PARAMS ((unsigned int));
extern void
print_387_status_word PARAMS ((unsigned int));
+/* Offset from SP to first arg on stack at first instruction of a function */
+
+#define SP_ARG0 (1 * 4)
+
#endif /* !defined (TM_I386V_H) */