172e413a2c
JavaScript engine from mozilla-central 128, to be used by newer gjs amongst other consumers
15 lines
358 B
C++
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
|