diff options
Diffstat (limited to 'continue.h')
-rw-r--r-- | continue.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ void throw_to_continuation P((CONTINUATION *cont, long val, continuations on the SPARC. It flushes the register windows so that all the state of the process is contained in the stack. */ -#ifdef sparc +#if defined (sparc) || defined (__sparc__) || defined (__sparc) # define FLUSH_REGISTER_WINDOWS asm("ta 3") #else # define FLUSH_REGISTER_WINDOWS /* empty */ |