This commit is contained in:
Nguyen Anh Quynh 2016-02-15 15:51:33 +08:00
commit 0190d359c6
1 changed files with 0 additions and 1 deletions

View File

@ -261,7 +261,6 @@ typedef struct uc_mem_region {
// All type of queries for uc_query() API.
typedef enum uc_query_type {
// Dynamically query current hardware mode.
// For ARM, uc_query() return 1 for Thumb mode, and 0 for Arm mode
UC_QUERY_MODE = 1,
} uc_query_type;