[Webkit-unassigned] [Bug 60283] New: Fix MIPS build due to AssemblerLabel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 11:40:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60283

           Summary: Fix MIPS build due to AssemblerLabel
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fu at mips.com


Need to swap the header file to make MIPS build.  Will submit a patch soon.  Thanks!

Index: assembler/MacroAssemblerMIPS.h
===================================================================
--- assembler/MacroAssemblerMIPS.h      (revision 85839)
+++ assembler/MacroAssemblerMIPS.h      (working copy)
@@ -29,8 +29,8 @@

 #if ENABLE(ASSEMBLER) && CPU(MIPS)

+#include "MIPSAssembler.h"
 #include "AbstractMacroAssembler.h"
-#include "MIPSAssembler.h"

 namespace JSC {

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list