Bug 122689 - [sh4] Add missing test32 implementation in macro assembler
Summary: [sh4] Add missing test32 implementation in macro assembler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-12 01:36 PDT by Julien Brianceau
Modified: 2013-10-12 02:17 PDT (History)
1 user (show)

See Also:


Attachments
test32 implementation in sh4 macro assembler. (1.73 KB, patch)
2013-10-12 01:40 PDT, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-10-12 01:36:39 PDT
sh4 build broken since http://trac.webkit.org/changeset/157329

[ 40%] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/dfg/DFGSpeculativeJIT32_64.cpp.o
/home/ubuntu/work/sh4/webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp: In member function 'void JSC::DFG::SpeculativeJIT::compileStringZeroLength(JSC::DFG::Node*)':
/home/ubuntu/work/sh4/webkit/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:4182:11: erreur: 'class JSC::DFG::JITCompiler' has no member named 'test32'
make[3]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/dfg/DFGSpeculativeJIT.cpp.o] Error 1
Comment 1 Julien Brianceau 2013-10-12 01:40:09 PDT
Created attachment 214051 [details]
test32 implementation in sh4 macro assembler.
Comment 2 WebKit Commit Bot 2013-10-12 02:17:48 PDT
Comment on attachment 214051 [details]
test32 implementation in sh4 macro assembler.

Clearing flags on attachment: 214051

Committed r157334: <http://trac.webkit.org/changeset/157334>
Comment 3 WebKit Commit Bot 2013-10-12 02:17:49 PDT
All reviewed patches have been landed.  Closing bug.