From 36cbd337780868a22897c49478758cc3bb4eaa12 Mon Sep 17 00:00:00 2001 From: Benjamin Stover Date: Wed, 15 Sep 2010 12:33:00 -0400 Subject: [PATCH] bug 596669 - Fennec Android crash in jsstr.cpp:ReplaceCallback, disable yarr for arm r=sayre a=blocking-fennec --- js/src/assembler/wtf/Platform.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/src/assembler/wtf/Platform.h b/js/src/assembler/wtf/Platform.h index b784aa03c3c2..b4227754de30 100644 --- a/js/src/assembler/wtf/Platform.h +++ b/js/src/assembler/wtf/Platform.h @@ -900,9 +900,6 @@ on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */ /* YARR supports x86 & x86-64, and has been tested on Mac and Windows. */ #if (WTF_CPU_X86 \ || WTF_CPU_X86_64 \ - || WTF_CPU_ARM_THUMB2 \ - || WTF_CPU_ARM_TRADITIONAL \ - || WTF_CPU_ARM_TRADITIONAL \ || WTF_CPU_X86) #define ENABLE_YARR_JIT 1 #else