Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 42d9266038 |
@@ -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