Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1041)

Unified Diff: src/s390/code-stubs-s390.cc

Issue 2757673004: PPC/s390: [regexp] Port RegExpExecStub to CSA (mostly) (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/ppc/code-stubs-ppc.cc ('K') | « src/ppc/code-stubs-ppc.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/code-stubs-s390.cc
diff --git a/src/s390/code-stubs-s390.cc b/src/s390/code-stubs-s390.cc
index c157b98f2876bb5eae63c6bb213ab0dff9ca7fda..08f376862b83cc8cc568cff7874b46282b438075 100644
--- a/src/s390/code-stubs-s390.cc
+++ b/src/s390/code-stubs-s390.cc
@@ -1281,7 +1281,7 @@ void RegExpExecStub::Generate(MacroAssembler* masm) {
CHECK(r2.is(RegExpExecDescriptor::StringRegister()));
// Locate the code entry and call it.
- Register code_reg = RegExpDescriptor::CodeRegister();
+ Register code_reg = RegExpExecDescriptor::CodeRegister();
__ AddP(code_reg, Operand(Code::kHeaderSize - kHeapObjectTag));
DirectCEntryStub stub(isolate());
« src/ppc/code-stubs-ppc.cc ('K') | « src/ppc/code-stubs-ppc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698