FreeBSD Bugzilla – Attachment 153286 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]
Functionally the same patch, but change tabs to spaces.
patch-Source_JavaScriptCore_assembler_ARMAssembler.h (text/plain), 535 bytes, created by
Sean Bruno
on 2015-02-21 18:58:24 UTC
(
hide
)
Description:
Functionally the same patch, but change tabs to spaces.
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2015-02-21 18:58:24 UTC
Size:
535 bytes
patch
obsolete
>--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2015-01-19 21:25:28.000000000 +0000 >+++ Source/JavaScriptCore/assembler/ARMAssembler.h 2015-01-19 21:25:57.000000000 +0000 >@@ -1121,6 +1121,8 @@ namespace JSC { > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197483
:
152815
| 153286