FreeBSD Bugzilla – Attachment 148371 Details for
Bug 194184
[arm] www/webkit-gtk2/3 has unimplemented features on ARM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-Source__JavaScriptCore__jit__ExecutableAllocator.h
patch-Source__JavaScriptCore__jit__ExecutableAllocator.h (text/x-chdr), 476 bytes, created by
Mikael Urankar
on 2014-10-16 12:34:13 UTC
(
hide
)
Description:
patch-Source__JavaScriptCore__jit__ExecutableAllocator.h
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2014-10-16 12:34:13 UTC
Size:
476 bytes
patch
obsolete
>--- Source/JavaScriptCore/jit/ExecutableAllocator.h.orig 2014-10-15 14:25:58 UTC >+++ Source/JavaScriptCore/jit/ExecutableAllocator.h >@@ -223,6 +223,11 @@ > UNUSED_PARAM(size); > #endif > } >+#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) >+ static void cacheFlush(void* code, size_t size) >+ { >+ __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 Raw
Actions:
View
Attachments on
bug 194184
: 148371 |
150608