PPC: Fix 'Remove materialized objects on stack unwind.'
authormbrandy <mbrandy@us.ibm.com>
Mon, 4 May 2015 19:30:00 +0000 (12:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 4 May 2015 19:30:07 +0000 (19:30 +0000)
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

index 48fc364..ce186af 100644 (file)
@@ -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);