Revision: 10570
Author: [email protected]
Date: Tue Jan 31 05:55:46 2012
Log: Fix for assertion failure on kraken on ARM (Issue 1923).
BUG=http://code.google.com/p/v8/issues/detail?id=1923
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9264039
http://code.google.com/p/v8/source/detail?r=10570
Modified:
/branches/bleeding_edge/src/arm/lithium-codegen-arm.cc
=======================================
--- /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Fri Jan 27
08:54:22 2012
+++ /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc Tue Jan 31
05:55:46 2012
@@ -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