Revision: 15397
Author:   [email protected]
Date:     Fri Jun 28 12:52:44 2013
Log:      MIPS: Fix wrong checkin.

This commit fixes r15396.

BUG=

Review URL: https://codereview.chromium.org/18054020
http://code.google.com/p/v8/source/detail?r=15397

Modified:
 /branches/bleeding_edge/src/mips/code-stubs-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Fri Jun 28 11:34:08 2013 +++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Fri Jun 28 12:52:44 2013
@@ -7572,7 +7572,6 @@
   }

   // Also pop ra to get Ret(0).
-  __ stop("check 1");
   __ MultiPop(kJSCallerSaved | ra.bit());
   __ Ret();
 }

--
--
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