Build fix - ppc

This commit is contained in:
Martin Stransky 2017-08-09 10:57:20 +02:00
parent fd7019879b
commit a2cf41f070

View File

@ -17,7 +17,7 @@ diff -up firefox-55.0/js/src/jit/ExecutableAllocator.h.old firefox-55.0/js/src/j
{
sync_instruction_memory((caddr_t)code, size);
}
+#elif defined(__ppc__) || defined(__ppc64__) || defined(__ppc64le__)
+#else
+ static void cacheFlush(void*, size_t)
+ {
+ }