Fixup for bug 694499 for pa-risc. r=ted

This commit is contained in:
Mike Hommey 2011-10-24 18:13:53 +02:00
parent 7f15784ee5
commit 3bb2dfebd2

View File

@ -97,7 +97,11 @@
#endif
#ifndef JS_STACK_GROWTH_DIRECTION
#define JS_STACK_GROWTH_DIRECTION (-1)
#ifdef __hppa
# define JS_STACK_GROWTH_DIRECTION (1)
#else
# define JS_STACK_GROWTH_DIRECTION (-1)
#endif
#endif
#endif /* js_cpucfg___ */