Build fix - ppc
This commit is contained in:
parent
fd7019879b
commit
a2cf41f070
@ -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)
|
||||
+ {
|
||||
+ }
|
||||
|
Loading…
Reference in New Issue
Block a user