Revision: 5262
Author: [email protected]
Date: Fri Aug 13 04:18:16 2010
Log: ARM: Fix bug in r5252
Review URL: http://codereview.chromium.org/3123013
http://code.google.com/p/v8/source/detail?r=5262

Modified:
 /branches/bleeding_edge/src/arm/codegen-arm.cc

=======================================
--- /branches/bleeding_edge/src/arm/codegen-arm.cc      Fri Aug 13 02:07:09 2010
+++ /branches/bleeding_edge/src/arm/codegen-arm.cc      Fri Aug 13 04:18:16 2010
@@ -4828,7 +4828,7 @@
     // Calculate location of the first key name.
     __ add(map_result_,
            map_result_,
-           Operand(FixedArray::kHeaderSize +
+           Operand(FixedArray::kHeaderSize - kHeapObjectTag +
                    DescriptorArray::kFirstIndex * kPointerSize));
// Loop through all the keys in the descriptor array. If one of these is the
     // symbol valueOf the result is false.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to