Reviewers: rossberg, danno, Paul Lind, kisg, kilvadyb_homejinni.com,

Description:
MIPS: Fixed ASSERT in commit r13807.


BUG=


Please review this at https://codereview.chromium.org/12506006/

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

Affected files:
  M src/mips/code-stubs-mips.cc


Index: src/mips/code-stubs-mips.cc
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
index 91203c6b65ad7dd0ff0fc5164b7d8398faaaf955..89af36ba9066b4ccb0923a5a95545e27dcdd8180 100644
--- a/src/mips/code-stubs-mips.cc
+++ b/src/mips/code-stubs-mips.cc
@@ -7101,7 +7101,7 @@ void ICCompareStub::GenerateNumbers(MacroAssembler* masm) {


 void ICCompareStub::GenerateInternalizedStrings(MacroAssembler* masm) {
-  ASSERT(state_ == CompareIC::SYMBOL);
+  ASSERT(state_ == CompareIC::INTERNALIZED_STRING);
   Label miss;

   // Registers containing left and right operands respectively.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to