Merge pull request #536 from 07151129/next

Fix instruction cache size define
This commit is contained in:
Nguyen Anh Quynh 2015-11-11 08:25:03 +08:00
commit 7aeac742c3

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