Bug 380998: StackGrowthDirection is not reliable with Sun Studio 11, patch by Ginn Chen <ginn.chen@sun.com>, r=brendan

This commit is contained in:
crowder@fiverocks.com 2007-05-21 15:55:48 -07:00
parent 6a6101e0b6
commit bb6c568584

View File

@ -79,6 +79,11 @@
#define NS_NEVER_INLINE
#endif
#ifdef __SUNPRO_C
static int StackGrowthDirection(int *dummy1addr);
#pragma no_inline(StackGrowthDirection)
#endif
typedef void *prword;
struct align_short {