[Webkit-unassigned] [Bug 115190] JSC: Fix interpreter misbehavior in builds with JIT disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 11:38:26 PDT 2013


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


Oliver Hunt <oliver at apple.com> changed:

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




--- Comment #2 from Oliver Hunt <oliver at apple.com>  2013-04-25 11:36:46 PST ---
(From update of attachment 199696)
View in context: https://bugs.webkit.org/attachment.cgi?id=199696&action=review

> Source/JavaScriptCore/interpreter/Interpreter.cpp:573
> -#if ENABLE(JIT)
> +#if ENABLE(JIT) || ENABLE(LLINT)

Just remove this, and the #else return 0 bit

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