Index: src/arm64/code-stubs-arm64.cc |
diff --git a/src/arm64/code-stubs-arm64.cc b/src/arm64/code-stubs-arm64.cc |
index 53c7e0a173cceccd3d7a7226d8a231ed547fc9a7..a92e1431886b22d52e5bdb64df58572f3f5a863d 100644 |
--- a/src/arm64/code-stubs-arm64.cc |
+++ b/src/arm64/code-stubs-arm64.cc |
@@ -2228,7 +2228,7 @@ void RestParamAccessStub::GenerateNew(MacroAssembler* masm) { |
void RegExpExecStub::Generate(MacroAssembler* masm) { |
#ifdef V8_INTERPRETED_REGEXP |
- __ TailCallRuntime(Runtime::kRegExpExecRT, 4, 1); |
+ __ TailCallRuntime(Runtime::kRegExpExec, 4, 1); |
#else // V8_INTERPRETED_REGEXP |
// Stack frame on entry. |
@@ -2693,7 +2693,7 @@ void RegExpExecStub::Generate(MacroAssembler* masm) { |
__ Bind(&runtime); |
__ PopCPURegList(used_callee_saved_registers); |
- __ TailCallRuntime(Runtime::kRegExpExecRT, 4, 1); |
+ __ TailCallRuntime(Runtime::kRegExpExec, 4, 1); |
// Deferred code for string handling. |
// (6) Not a long external string? If yes, go to (8). |