* uw-thread.c (SP_ARG0): Define if not already defined.

* config/i386/tm-i386.h (SO_ARG0): Remove define.
This commit is contained in:
Mark Kettenis
2002-08-15 19:00:47 +00:00
parent dcdb1290ca
commit 047eff6a37
3 changed files with 11 additions and 4 deletions

View File

@@ -116,6 +116,14 @@
/* 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