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:
parent
ecfdd87c8b
commit
b2f6ef4f98
@ -7572,7 +7572,6 @@ void ProfileEntryHookStub::Generate(MacroAssembler* masm) {
|
||||
}
|
||||
|
||||
// Also pop ra to get Ret(0).
|
||||
__ stop("check 1");
|
||||
__ MultiPop(kJSCallerSaved | ra.bit());
|
||||
__ Ret();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user