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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 12:34:10 PST 2012


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


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #173095|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #3 from Oliver Hunt <oliver at apple.com>  2012-11-08 12:35:46 PST ---
(From update of attachment 173095)
View in context: https://bugs.webkit.org/attachment.cgi?id=173095&action=review

> Source/JavaScriptCore/jit/JITOpcodes.cpp:1631
>              ASSERT(!value);

Can't this just be ASSERT(value == regT0) ?

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