Revision: 22901
Author:   [email protected]
Date:     Wed Aug  6 08:10:13 2014 UTC
Log:      Restore function on arm64

[email protected]
BUG=

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

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

=======================================
--- /branches/bleeding_edge/src/arm64/stub-cache-arm64.cc Wed Aug 6 08:02:21 2014 UTC +++ /branches/bleeding_edge/src/arm64/stub-cache-arm64.cc Wed Aug 6 08:10:13 2014 UTC
@@ -795,6 +795,13 @@
     __ Bind(&success);
   }
 }
+
+
+void NamedLoadHandlerCompiler::GenerateLoadConstant(Handle<Object> value) {
+  // Return the constant value.
+  __ LoadObject(x0, value);
+  __ Ret();
+}


 void NamedLoadHandlerCompiler::GenerateLoadCallback(

--
--
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/d/optout.

Reply via email to