Revision: 20486
Author:   [email protected]
Date:     Thu Apr  3 14:28:40 2014 UTC
Log:      ARM64: Fix the atomic type width in the 64bit Acquire_Load().

[email protected]

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

Modified:
 /branches/bleeding_edge/src/atomicops_internals_arm64_gcc.h

=======================================
--- /branches/bleeding_edge/src/atomicops_internals_arm64_gcc.h Wed Apr 2 16:37:33 2014 UTC +++ /branches/bleeding_edge/src/atomicops_internals_arm64_gcc.h Thu Apr 3 14:28:40 2014 UTC
@@ -309,7 +309,7 @@
 }

 inline Atomic64 Acquire_Load(volatile const Atomic64* ptr) {
-  Atomic32 value;
+  Atomic64 value;

   __asm__ __volatile__ (  // NOLINT
     "ldar %x[value], %[ptr]  \n\t"

--
--
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