Fix instruction size define

This commit is contained in:
Pb 2015-11-10 23:06:20 +01:00
parent b8741bd545
commit 0148b043b7
1 changed files with 1 additions and 1 deletions

2
cs.c
View File

@ -17,7 +17,7 @@
#include "utils.h"
#include "MCRegisterInfo.h"
#ifdef CAPSTONE_USE_SYS_DYN_MEM
#if !defined(CAPSTONE_HAS_OSXKERNEL) && !defined(CAPSTONE_DIET)
#define INSN_CACHE_SIZE 32
#else
// reduce stack variable size for kernel/firmware