From 3a2ad04f2bf85593da26a58d2ef6cff5a994db7b Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 24 May 2020 23:56:35 +0800 Subject: [PATCH] refine comments on UC_QUERY_TIMEOUT --- include/unicorn/unicorn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 12937a68..6b415bb2 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -330,8 +330,8 @@ typedef enum uc_query_type { // Dynamically query current hardware mode. UC_QUERY_MODE = 1, UC_QUERY_PAGE_SIZE, // query pagesize of engine - UC_QUERY_ARCH, // query architecture of engine - UC_QUERY_TIMEOUT, // query if emulation stops because of timeout + UC_QUERY_ARCH, // query architecture of engine (for ARM to query Thumb mode) + UC_QUERY_TIMEOUT, // query if emulation stops due to timeout (indicated if result = True) } uc_query_type; // Opaque storage for CPU context, used with uc_context_*()