FreeBSD Bugzilla – Attachment 150608 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]
same patch, but for webkit-gtk3 as the clear cache code has moved
patch-Source__JavaScriptCore__assembler__ARMAssembler.h (text/x-c), 530 bytes, created by
Sean Bruno
on 2014-12-15 16:35:20 UTC
(
hide
)
Description:
same patch, but for webkit-gtk3 as the clear cache code has moved
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2014-12-15 16:35:20 UTC
Size:
530 bytes
patch
obsolete
>--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2014-12-15 04:13:43.336068961 +0000 >+++ Source/JavaScriptCore/assembler/ARMAssembler.h 2014-12-15 04:13:49.213068201 +0000 >@@ -1121,6 +1121,8 @@ > linuxPageFlush(current, end); > #elif OS(WINCE) > CacheRangeFlush(code, size, CACHE_SYNC_ALL); >+#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 Raw
Actions:
View
Attachments on
bug 194184
:
148371
| 150608