FreeBSD Bugzilla – Attachment 152815 Details for
Bug 197483
[arm] www/webkit-qt5 needs patch for FreeBSD CacheFlush Support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build on armv6
webkit-qt5.patch (text/plain), 576 bytes, created by
Mikael Urankar
on 2015-02-09 18:53:08 UTC
(
hide
)
Description:
fix build on armv6
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-02-09 18:53:08 UTC
Size:
576 bytes
patch
obsolete
>--- /dev/null >+++ files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h >@@ -0,0 +1,11 @@ >+--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2015-02-09 17:26:56 UTC >++++ Source/JavaScriptCore/assembler/ARMAssembler.h >+@@ -1069,6 +1069,8 @@ namespace JSC { >+ UNUSED_PARAM(size); >+ #elif OS(QNX) >+ msync(code, size, MS_INVALIDATE_ICACHE); >++#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) >++ __clear_cache(code, reinterpret_cast<char*>(code) + size); >+ #else >+ #error "The cacheFlush support is missing on this platform." >+ #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197483
:
152815
|
153286