Bug 707648 - Only try to init the critical range if we are able to walk the stack. r=ehsan.

This commit is contained in:
Rafael Ávila de Espíndola 2011-12-06 14:26:49 -05:00
Родитель 5aa979ee8b
Коммит bebe2c34a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,7 @@ static CriticalAddress gCriticalAddress;
#include <dlfcn.h>
#endif
#ifdef XP_MACOSX
#if defined(XP_MACOSX) && (defined(__i386) || defined(__ppc__) || defined(HAVE__UNWIND_BACKTRACE))
#include <pthread.h>
#include <errno.h>
#include <CoreServices/CoreServices.h>