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

Unified Diff: src/builtins/mips64/builtins-mips64.cc

Issue 2831733004: MIPS[64]: [turbofan] Correct lazy deopt {JSCreate} operation. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « src/builtins/mips/builtins-mips.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/mips64/builtins-mips64.cc
diff --git a/src/builtins/mips64/builtins-mips64.cc b/src/builtins/mips64/builtins-mips64.cc
index 2698c2542bf189bd53f636a661901e8a74b80564..8308f7b5b6d6365e06bfb421cac2003d8fd879ed 100644
--- a/src/builtins/mips64/builtins-mips64.cc
+++ b/src/builtins/mips64/builtins-mips64.cc
@@ -627,7 +627,7 @@ void Generate_JSConstructStubHelper(MacroAssembler* masm, bool is_api_function,
// -----------------------------------
__ Pop(a1);
- __ Push(a0, a0);
+ __ Push(v0, v0);
// Retrieve smi-tagged arguments count from the stack.
__ ld(a0, MemOperand(fp, ConstructFrameConstants::kLengthOffset));
« no previous file with comments | « src/builtins/mips/builtins-mips.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698