From f5fe8fd707690166db4827acb9401d21d22b22e4 Mon Sep 17 00:00:00 2001 From: mbrandy Date: Mon, 4 May 2015 12:30:00 -0700 Subject: [PATCH] PPC: Fix 'Remove materialized objects on stack unwind.' R=mstarzinger@chromium.org, jarin@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1123793002 Cr-Commit-Position: refs/heads/master@{#28209} --- src/ppc/code-stubs-ppc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc index 48fc364..ce186af 100644 --- a/src/ppc/code-stubs-ppc.cc +++ b/src/ppc/code-stubs-ppc.cc @@ -1131,7 +1131,7 @@ void CEntryStub::Generate(MacroAssembler* masm) { // Ask the runtime for help to determine the handler. This will set r3 to // contain the current pending exception, don't clobber it. - ExternalReference find_handler(Runtime::kUnwindFindExceptionHandler, + ExternalReference find_handler(Runtime::kUnwindAndFindExceptionHandler, isolate()); { FrameScope scope(masm, StackFrame::MANUAL); -- 2.7.4