| Index: src/heap.cc
|
| ===================================================================
|
| --- src/heap.cc (revision 4367)
|
| +++ src/heap.cc (working copy)
|
| @@ -41,7 +41,7 @@
|
| #include "scopeinfo.h"
|
| #include "snapshot.h"
|
| #include "v8threads.h"
|
| -#if V8_TARGET_ARCH_ARM && V8_NATIVE_REGEXP
|
| +#if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP
|
| #include "regexp-macro-assembler.h"
|
| #include "arm/regexp-macro-assembler-arm.h"
|
| #endif
|
| @@ -1532,7 +1532,7 @@
|
| }
|
|
|
|
|
| -#if V8_TARGET_ARCH_ARM && V8_NATIVE_REGEXP
|
| +#if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP
|
| void Heap::CreateRegExpCEntryStub() {
|
| RegExpCEntryStub stub;
|
| set_re_c_entry_code(*stub.GetCode());
|
| @@ -1569,7 +1569,7 @@
|
| Heap::CreateCEntryStub();
|
| Heap::CreateJSEntryStub();
|
| Heap::CreateJSConstructEntryStub();
|
| -#if V8_TARGET_ARCH_ARM && V8_NATIVE_REGEXP
|
| +#if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP
|
| Heap::CreateRegExpCEntryStub();
|
| #endif
|
| }
|
|
|