reduce MAX_ARCH to save some memory. this is for internal usage only, so we can increase it in future if needed without having any compatibility issue

This commit is contained in:
Nguyen Anh Quynh 2013-12-22 11:13:07 +08:00
parent d345839bce
commit 0755282f04

View File

@ -44,7 +44,7 @@ typedef struct cs_struct {
cs_opt_value detail;
} cs_struct;
#define MAX_ARCH 32
#define MAX_ARCH 8
// constructor initialization for all archs
extern void (*arch_init[MAX_ARCH]) (cs_struct *);