Index: src/x64/code-stubs-x64.cc |
=================================================================== |
--- src/x64/code-stubs-x64.cc (revision 9575) |
+++ src/x64/code-stubs-x64.cc (working copy) |
@@ -2438,10 +2438,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. |
// rsp[0]: return address |