Bug 59407

Summary: Fix MIPS build due to the split of "Condition" enum
Product: WebKit Reporter: Chao-ying Fu <fu>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Fix branch32 and compare32 none

Description Chao-ying Fu 2011-04-25 17:28:18 PDT
I need to fix MacroAssemblerMIPS.h to remove some incorrect code, due to the split of "Condition" enum.  Will submit the patch soon.  Thanks a lot!

Regards,
Chao-ying
Comment 1 Chao-ying Fu 2011-04-25 17:40:07 PDT
Created attachment 91031 [details]
Fix branch32 and compare32

This patch fixes branch32 and compare32 to remove incorrect ResultCondition that appears in the comparison.
This patch also fixes JSC::MIPSAssembler::debugOffset to use m_buffer.debugOffset().
JavaScriptCore tests are ok.
Thanks!
Comment 2 Eric Seidel (no email) 2011-05-01 12:32:43 PDT
Comment on attachment 91031 [details]
Fix branch32 and compare32

OK.
Comment 3 WebKit Commit Bot 2011-05-01 13:26:52 PDT
Comment on attachment 91031 [details]
Fix branch32 and compare32

Clearing flags on attachment: 91031

Committed r85429: <http://trac.webkit.org/changeset/85429>
Comment 4 WebKit Commit Bot 2011-05-01 13:26:57 PDT
All reviewed patches have been landed.  Closing bug.