[Webkit-unassigned] [Bug 123891] [arm] Crashes due to ASSERTION FAILED in JSC::ARMAssembler::getLdrImmAddress
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 7 15:19:15 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=123891
Michael Saboff <msaboff at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #216294|review? |review-
Flag| |
--- Comment #8 from Michael Saboff <msaboff at apple.com> 2013-11-07 15:18:01 PST ---
(From update of attachment 216294)
View in context: https://bugs.webkit.org/attachment.cgi?id=216294&action=review
> Source/JavaScriptCore/jit/GPRInfo.h:-469
> - ASSERT(static_cast<unsigned>(reg) != InvalidGPRReg);
Why don't we need this static_cast, InvalidGPRReg is an unsigned value that uses the full 32 bits.
> Source/JavaScriptCore/jit/GPRInfo.h:-479
> - ASSERT(static_cast<unsigned>(reg) != InvalidGPRReg);
Ditto
--
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