rename SKIPDATA_MNEM to .byte to make it different from normal instructions

This commit is contained in:
Nguyen Anh Quynh 2014-04-10 10:26:49 +08:00
parent 54015f45bc
commit c75a909371
1 changed files with 1 additions and 1 deletions

2
cs.c
View File

@ -18,7 +18,7 @@
#endif
// default SKIPDATA mnemonic
#define SKIPDATA_MNEM ".db"
#define SKIPDATA_MNEM ".byte"
cs_err (*arch_init[MAX_ARCH])(cs_struct *) = { NULL };
cs_err (*arch_option[MAX_ARCH]) (cs_struct *, cs_opt_type, size_t value) = { NULL };