Bug 115234 - [Qt][SH4] r149159 broke Qt Linux SH4 Release build
Summary: [Qt][SH4] r149159 broke Qt Linux SH4 Release build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-26 01:31 PDT by Zoltan Arvai
Modified: 2013-04-26 03:55 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Arvai 2013-04-26 01:31:22 PDT
It seems 
enum BranchTruncateType { BranchIfTruncateFailed, BranchIfTruncateSuccessful }
is missing from JavaScriptCore/assembler/MacroAssemblerSH4.h.


/local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/jit/ThunkGenerators.cpp: In function 'JSC::MacroAssemblerCodeRef JSC::imulThunkGenerator(JSC::VM*)':
/local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/jit/ThunkGenerators.cpp:786:99: error: 'BranchIfTruncateSuccessful' is not a member of 'JSC::SpecializedThunkJIT'
/local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/jit/ThunkGenerators.cpp:795:99: error: 'BranchIfTruncateSuccessful' is not a member of 'JSC::SpecializedThunkJIT'
Comment 1 Zoltan Arvai 2013-04-26 03:55:26 PDT
Fix landend in http://trac.webkit.org/changeset/149172.