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

Unified Diff: src/full-codegen/ppc/full-codegen-ppc.cc

Issue 1644863005: PPC: Fix "Implement the function.sent proposal." (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen/ppc/full-codegen-ppc.cc
diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc
index 0abae3d6271892fc18a4ede5d3e7087740b0ca9b..01b7a08777e7fb7c000336d3bb8a2a4eac1afa45 100644
--- a/src/full-codegen/ppc/full-codegen-ppc.cc
+++ b/src/full-codegen/ppc/full-codegen-ppc.cc
@@ -2043,7 +2043,7 @@ void FullCodeGenerator::EmitGeneratorResume(
// Store input value into generator object.
__ StoreP(result_register(),
- FieldMemOperand(r4, JSGeneratorObject::kInputOffset));
+ FieldMemOperand(r4, JSGeneratorObject::kInputOffset), r0);
__ mr(r5, result_register());
__ RecordWriteField(r4, JSGeneratorObject::kInputOffset, r5, r6,
kLRHasBeenSaved, kDontSaveFPRegs);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698