Commit b2f6ef4f authored by palfia@homejinni.com's avatar palfia@homejinni.com

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
parent ecfdd87c
......@@ -7572,7 +7572,6 @@ void ProfileEntryHookStub::Generate(MacroAssembler* masm) {
}
// Also pop ra to get Ret(0).
__ stop("check 1");
__ MultiPop(kJSCallerSaved | ra.bit());
__ Ret();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment