[Webkit-unassigned] [Bug 208439] New: JSC 32bits broken in debug mode by r257399

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 03:12:02 PST 2020


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

            Bug ID: 208439
           Summary: JSC 32bits broken in debug mode by r257399
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pmatos at igalia.com

Commit 257399 (bug 207522) breaks 32bit builds in debug mode due to assert calling JSC::JSValueRegs::gpr()

../../Source/JavaScriptCore/bytecode/AccessCase.cpp:1945:41: error: no matching function for call to ‘JSC::JSValueRegs::gpr()’
         ASSERT(baseGPR != valueRegs.gpr());

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200302/0c6826b1/attachment.htm>


More information about the webkit-unassigned mailing list