[Webkit-unassigned] [Bug 157890] [ARM] Remove redefined macro after r200606
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 19 05:07:19 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157890
Csaba Osztrogonác <ossy at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ossy at webkit.org
--- Comment #1 from Csaba Osztrogonác <ossy at webkit.org> ---
Removing the macro causes this build failure:
../../Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp: In member function 'void JSC::AccessCase::generateImpl(JSC::AccessGenerationState&)':
../../Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp:1101:35: error: 'TrustedImm32' was not declared in this scope
../../Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp:1106:35: error: 'TrustedImm32' was not declared in this scope
TrustedImm32 is defined in AbstractMacroAssembler.h which shouldn't
be included from PolymorphicAccess.cpp or CCallHelpers.h ...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160519/62079560/attachment.html>
More information about the webkit-unassigned
mailing list