Reviewers: dstence, jarin, michael_dawson, Michael Starzinger,

Message:
Fix build break introduced by
https://chromium.googlesource.com/v8/v8/+/b5b47e1f88dffaf9f22944ba085715077a3cdd61

Description:
PPC: Fix 'Remove materialized objects on stack unwind.'

[email protected], [email protected], [email protected],
[email protected]
BUG=

Please review this at https://codereview.chromium.org/1123793002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M src/ppc/code-stubs-ppc.cc


Index: src/ppc/code-stubs-ppc.cc
diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc
index 48fc3646017041cdae3fa74198dc271e4784a6a3..ce186afdf2eb9e7990889c79fb5fef38236da381 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);


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to