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());
Created attachment 392131 [details] Patch
Comment on attachment 392131 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392131&action=review LGTM > Source/JavaScriptCore/bytecode/AccessCase.cpp:1947 > + ASSERT(!valueRegs.uses(scratchGPR)); Nice catch.
ping!
Comment on attachment 392131 [details] Patch Clearing flags on attachment: 392131 Committed r257856: <https://trac.webkit.org/changeset/257856>
All reviewed patches have been landed. Closing bug.
<rdar://problem/60045082>