[Webkit-unassigned] [Bug 125502] [EFL][JSC] Enable udis86 disassembler on efl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 10 09:29:39 PST 2013


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


Michael Saboff <msaboff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #218866|review?                     |review+
               Flag|                            |




--- Comment #3 from Michael Saboff <msaboff at apple.com>  2013-12-10 09:27:52 PST ---
(From update of attachment 218866)
View in context: https://bugs.webkit.org/attachment.cgi?id=218866&action=review

r=me, but change the (unsigned long long) casts to (uint64_t) casts.

> Source/JavaScriptCore/disassembler/udis86/udis86_syn-att.c:130
> +				mkasm(u, "0x" FMT64 "x", (unsigned long long)(u->pc + op->lval.sbyte)); 

Please make these casts to uint64_t

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