From f267ff2b17235c925dce02b3aa025304837d8983 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Mon, 15 Feb 2016 10:27:20 +0800 Subject: [PATCH] Update unicorn.h remove an outdated line on UC_QUERY_MODE --- include/unicorn/unicorn.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 2a556841..ae8cd736 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -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;