[Webkit-unassigned] [Bug 122885] New: Remove more of the UNINTERRUPTED_SEQUENCE thing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 00:06:15 PDT 2013


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

           Summary: Remove more of the UNINTERRUPTED_SEQUENCE thing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jbriance at cisco.com


The UNINTERRUPTED_SEQUENCE thing was not completely removed by http://trac.webkit.org/changeset/157481: the 2 following function implementation remain in JITInlines.h file, leading to build failure for SH4 architure.

void JIT::beginUninterruptedSequence(int, int); 
void JIT::endUninterruptedSequence(int, int, int);

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