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

Unified Diff: src/builtins/mips/builtins-mips.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 | « no previous file | src/builtins/mips64/builtins-mips64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/mips/builtins-mips.cc
diff --git a/src/builtins/mips/builtins-mips.cc b/src/builtins/mips/builtins-mips.cc
index 6970f192e22bb403b97073bc6c68b81998a8594e..5898b0c4f224cec7d2da847c219d5799c0962f39 100644
--- a/src/builtins/mips/builtins-mips.cc
+++ b/src/builtins/mips/builtins-mips.cc
@@ -629,7 +629,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.
__ lw(a0, MemOperand(fp, ConstructFrameConstants::kLengthOffset));
« no previous file with comments | « no previous file | src/builtins/mips64/builtins-mips64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698