Minor bug

This commit is contained in:
danghvu 2014-01-09 11:13:20 +07:00
parent 78647863a5
commit ad44e8178e
1 changed files with 8 additions and 6 deletions

2
cs.c
View File

@ -91,7 +91,9 @@ const char *cs_strerror(cs_err code)
}
void enable_construct() {
#ifdef CAPSTONE_HAS_ARM
enable_arm();
#endif
#ifdef CAPSTONE_HAS_ARM64
enable_arm64();
#endif