diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h')
| -rw-r--r-- | lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h b/lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h deleted file mode 100644 index 421523e23bd9..000000000000 --- a/lang/spidermonkey91/files/patch-js_src_jit_ExecutableAllocator.h +++ /dev/null @@ -1,14 +0,0 @@ -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 |
