Revision: 18328
Author:   [email protected]
Date:     Tue Dec 17 18:41:35 2013 UTC
Log:      MIPS: Move the receiver into r0 for PatchGlobalProxy.

Port r18327 (372ee171)

Original commit message:
This fixes the ARM/android bug http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/112686/steps/androidwebview_instrumentation_tests

BUG=
[email protected]

Review URL: https://codereview.chromium.org/107483005
http://code.google.com/p/v8/source/detail?r=18328

Modified:
 /branches/bleeding_edge/src/mips/stub-cache-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/stub-cache-mips.cc Tue Dec 10 23:03:56 2013 UTC +++ /branches/bleeding_edge/src/mips/stub-cache-mips.cc Tue Dec 17 18:41:35 2013 UTC
@@ -1024,6 +1024,7 @@
           masm, optimization, arguments_.immediate(), false);
     } else {
       Handle<JSFunction> function = optimization.constant_function();
+      __ Move(a0, receiver);
       stub_compiler_->GenerateJumpFunction(object, function);
     }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to