Files
ports/lang/spidermonkey128/files/patch-js_src_jit_ExecutableAllocator.h
T
Charlie Li 172e413a2c lang/spidermonkey128: add
JavaScript engine from mozilla-central 128, to be used by newer gjs
amongst other consumers
2024-10-15 16:33:59 -04:00

15 lines
358 B
C++

Index: js/src/jit/ExecutableAllocator.h
--- js/src/jit/ExecutableAllocator.h.orig 2022-03-30 19:25:41 UTC
+++ js/src/jit/ExecutableAllocator.h
@@ -39,6 +39,10 @@
#include "js/TypeDecls.h"
#include "js/Vector.h"
+#if defined(__OpenBSD__) && defined(__mips64__)
+#include <mips64/sysarch.h>
+#endif
+
namespace JS {
struct CodeSizes;
} // namespace JS