capstone.h: add comment for CS_ARCH_ALL

test2
Nguyen Anh Quynh 10 years ago
parent 39785fb3d6
commit 753f44a6b7
  1. 2
      include/capstone.h

@ -58,7 +58,7 @@ typedef enum cs_arch {
CS_ARCH_SYSZ, // SystemZ architecture
CS_ARCH_XCORE, // XCore architecture
CS_ARCH_MAX,
CS_ARCH_ALL = 0xFFFF,
CS_ARCH_ALL = 0xFFFF, // All architectures - for cs_support()
} cs_arch;
// Support value to verify diet mode of the engine.

Loading…
Cancel
Save