Author: [EMAIL PROTECTED]
Date: Thu Oct  9 23:37:49 2008
New Revision: 482

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

Log:
Fix typo.

Modified: branches/bleeding_edge/src/codegen-ia32.cc
==============================================================================
--- branches/bleeding_edge/src/codegen-ia32.cc  (original)
+++ branches/bleeding_edge/src/codegen-ia32.cc  Thu Oct  9 23:37:49 2008
@@ -4547,7 +4547,7 @@

      // No cigar: Objects aren't strictly equal. Register eax contains
      // a non-smi value so it can't be 0. Just return.
-    ASSERT(kHeapTag != 0);
+    ASSERT(kHeapObjectTag != 0);
      __ bind(&not_strictly_equal);
      __ ret(0);


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

Reply via email to