Reviewers: danno,

Description:
Fix for assertion failure on kraken on ARM (Issue 1923).

BUG=http://code.google.com/p/v8/issues/detail?id=1923
TEST=none



Please review this at http://codereview.chromium.org/9264039/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/arm/lithium-codegen-arm.cc


Index: src/arm/lithium-codegen-arm.cc
===================================================================
--- src/arm/lithium-codegen-arm.cc      (revision 10555)
+++ src/arm/lithium-codegen-arm.cc      (working copy)
@@ -3840,7 +3840,6 @@
// register is stored, as this register is in the pointer map, but contains an
   // integer value.
   __ mov(ip, Operand(0));
-  __ StoreToSafepointRegisterSlot(ip, src);
   __ StoreToSafepointRegisterSlot(ip, dst);
   CallRuntimeFromDeferred(Runtime::kAllocateHeapNumber, 0, instr);
   __ Move(dst, r0);


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

Reply via email to