Files
ports/lang/spidermonkey185/files/patch-nanojit_CodeAlloc.cpp
T
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

11 lines
260 B
C++

--- nanojit/CodeAlloc.cpp.orig 2016-09-07 UTC
+++ nanojit/CodeAlloc.cpp
@@ -261,7 +261,6 @@ namespace nanojit
#endif
#if defined(AVMPLUS_UNIX) && defined(NANOJIT_ARM)
-#include <asm/unistd.h>
extern "C" void __clear_cache(char *BEG, char *END);
#endif