Revision: 19233
Author: [email protected]
Date: Mon Feb 10 16:11:37 2014 UTC
Log: A64: Load correct receiver in Generate_FunctionCall.
TEST=mjsunit/call
[email protected]
Review URL: https://codereview.chromium.org/142043013
http://code.google.com/p/v8/source/detail?r=19233
Modified:
/branches/experimental/a64/src/a64/builtins-a64.cc
=======================================
--- /branches/experimental/a64/src/a64/builtins-a64.cc Mon Feb 10 10:23:48
2014 UTC
+++ /branches/experimental/a64/src/a64/builtins-a64.cc Mon Feb 10 16:11:37
2014 UTC
@@ -1080,6 +1080,7 @@
__ Bind(&use_global_receiver);
__ Ldr(x2, GlobalObjectMemOperand());
+ __ Ldr(x2, FieldMemOperand(x2, GlobalObject::kGlobalReceiverOffset));
__ Bind(&patch_receiver);
__ Sub(x10, x0, 1);
--
--
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.