From d1a05171c315717c91f735a5c3adef04b6c08e73 Mon Sep 17 00:00:00 2001 From: "fpizlo@apple.com" Date: Fri, 23 Sep 2011 03:27:40 +0000 Subject: [PATCH] PPC build fix, part 3. * runtime/Executable.cpp: (JSC::FunctionExecutable::compileForConstructInternal): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95779 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/JavaScriptCore/ChangeLog | 7 +++++++ Source/JavaScriptCore/runtime/Executable.cpp | 2 ++ 2 files changed, 9 insertions(+) diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index 8117d3f..a01ea98 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -1,5 +1,12 @@ 2011-09-22 Filip Pizlo + PPC build fix, part 3. + + * runtime/Executable.cpp: + (JSC::FunctionExecutable::compileForConstructInternal): + +2011-09-22 Filip Pizlo + Another PPC build fix. * runtime/Executable.cpp: diff --git a/Source/JavaScriptCore/runtime/Executable.cpp b/Source/JavaScriptCore/runtime/Executable.cpp index 15758cf..7fb6942 100644 --- a/Source/JavaScriptCore/runtime/Executable.cpp +++ b/Source/JavaScriptCore/runtime/Executable.cpp @@ -550,6 +550,8 @@ JSObject* FunctionExecutable::compileForConstructInternal(ExecState* exec, Scope m_codeBlockForConstruct->setJITCode(m_jitCodeForConstruct, m_jitCodeForConstructWithArityCheck); } +#else + UNUSED_PARAM(calleeArgsExec); #endif #if ENABLE(JIT) -- 2.7.4