Line 0
Link Here
|
|
|
1 |
--- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2018-05-28 10:30:34 UTC |
2 |
+++ Source/JavaScriptCore/assembler/ARM64Assembler.h |
3 |
@@ -2683,6 +2683,8 @@ class ARM64Assembler { (public) |
4 |
linuxPageFlush(current, current + page); |
5 |
|
6 |
linuxPageFlush(current, end); |
7 |
+#elif OS(FREEBSD) |
8 |
+ __clear_cache(code, reinterpret_cast<char*>(code) + size); |
9 |
#else |
10 |
#error "The cacheFlush support is missing on this platform." |
11 |
#endif |