[Webkit-unassigned] [Bug 100589] New: ASSERT problem on MIPS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 05:05:32 PDT 2012


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

           Summary: ASSERT problem on MIPS
           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: kilvadyb at homejinni.com
                CC: oliver at apple.com, fu at mips.com, gergely at homejinni.com,
                    palfia at homejinni.com


There is an
ASSERT(!value);
line at Source/JavaScriptCore/jit/JITOpcodes.cpp:1627 which works on most of the platforms but fails on MIPS as value == regT0 and regT0 is not the first register (int(regT0) != 0) on MIPS.

-- 
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