HAVE_STATIC_CODE_BUFFER has issues if built/linked on a newer version of macOS.

Don't use it for now.
This commit is contained in:
C.W. Betts
2021-01-26 00:08:31 -07:00
parent 2a0611cd32
commit 42d9266038
+4
View File
@@ -30,8 +30,12 @@
#include <errno.h>
#include <unistd.h>
#include <stddef.h>
// Apple has become very strict about memory protection!
// The static code buffer won't work anymore!
#ifndef __APPLE__
#define HAVE_STATIC_CODE_BUFFER
#endif
#endif
#include "armcpu.h"
#include "instructions.h"