1 Commits

Author SHA1 Message Date
C.W. Betts 42d9266038 HAVE_STATIC_CODE_BUFFER has issues if built/linked on a newer version of macOS.
Don't use it for now.
2021-01-26 00:08:31 -07:00
+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"