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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user