diff options
Diffstat (limited to 'continue.h')
-rw-r--r-- | continue.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,9 @@ typedef long STACKITEM; #ifdef _UNICOS # define STACK_GROWS_UP #endif +#ifdef __hppa__ +# define STACK_GROW_UP +#endif /* James Clark came up with this neat one instruction fix for continuations on the SPARC. It flushes the register windows so |