MIPS: Fix wrong checkin.

This commit fixes r15396.

BUG=

Review URL: https://codereview.chromium.org/18054020

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15397 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
palfia@homejinni.com 2013-06-28 19:52:44 +00:00
parent ecfdd87c8b
commit b2f6ef4f98

View File

@ -7572,7 +7572,6 @@ void ProfileEntryHookStub::Generate(MacroAssembler* masm) {
}
// Also pop ra to get Ret(0).
__ stop("check 1");
__ MultiPop(kJSCallerSaved | ra.bit());
__ Ret();
}