Enable DW2 unwind helper on MacOS.

Change-Id: I1c1671d0b3953ce2e8f57bbf68023731470e3da1
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Erik Verbruggen 2013-02-27 15:27:41 +01:00 committed by Simon Hausmann
parent 5250ebdff8
commit 3fcaf5eaae
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <wtf/Platform.h>
#if CPU(X86_64) && OS(LINUX)
#if CPU(X86_64) && (OS(LINUX) || OS(MAC_OS_X))
# define USE_DW2_HELPER
#elif CPU(X86) && OS(LINUX)
# define USE_DW2_HELPER