Reviewers: Kevin Millikin,

Message:
A one-line review.

Description:
Fix error introduced in version 3820

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

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

Affected files:
  M     src/ia32/stub-cache-ia32.cc


Index: src/ia32/stub-cache-ia32.cc
===================================================================
--- src/ia32/stub-cache-ia32.cc (revision 3821)
+++ src/ia32/stub-cache-ia32.cc (working copy)
@@ -250,6 +250,7 @@
   // directly if it is.
   __ mov(scratch2, FieldOperand(receiver, JSValue::kValueOffset));
   GenerateStringCheck(masm, scratch2, scratch1, miss, miss);
+  __ mov(receiver, scratch2);
   __ jmp(&load_length);
 }



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

Reply via email to