Fix instruction size define
This commit is contained in:
parent
b8741bd545
commit
0148b043b7
2
cs.c
2
cs.c
|
@ -17,7 +17,7 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
#include "MCRegisterInfo.h"
|
#include "MCRegisterInfo.h"
|
||||||
|
|
||||||
#ifdef CAPSTONE_USE_SYS_DYN_MEM
|
#if !defined(CAPSTONE_HAS_OSXKERNEL) && !defined(CAPSTONE_DIET)
|
||||||
#define INSN_CACHE_SIZE 32
|
#define INSN_CACHE_SIZE 32
|
||||||
#else
|
#else
|
||||||
// reduce stack variable size for kernel/firmware
|
// reduce stack variable size for kernel/firmware
|
||||||
|
|
Loading…
Reference in New Issue