Index: src/arm/code-stubs-arm.cc |
=================================================================== |
--- src/arm/code-stubs-arm.cc (revision 9575) |
+++ src/arm/code-stubs-arm.cc (working copy) |
@@ -4426,10 +4426,6 @@ |
#ifdef V8_INTERPRETED_REGEXP |
__ TailCallRuntime(Runtime::kRegExpExec, 4, 1); |
#else // V8_INTERPRETED_REGEXP |
- if (!FLAG_regexp_entry_native) { |
- __ TailCallRuntime(Runtime::kRegExpExec, 4, 1); |
- return; |
- } |
// Stack frame on entry. |
// sp[0]: last_match_info (expected JSArray) |