mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
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:
parent
6a6101e0b6
commit
bb6c568584
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user