*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / uw-thread.c
index 617cfbd9f81d43c05b111573bb6779c233741594..cc6ed6daf4c94a0214cb5df4d145aaa0754cb0b2 100644 (file)
 /* Prototypes for supply_gregset etc. */
 #include "gregset.h"
 
+/* Offset from SP to first arg on stack at first instruction of a
+   function.  We provide a default here that's right for most, if not
+   all, targets that use this file.  */
+
+#ifndef SP_ARG0
+#define SP_ARG0 (1 * 4)
+#endif
+
 /* Whether to emit debugging output. */
 
 #define DEBUG 0
This page took 0.023963 seconds and 4 git commands to generate.