refine comments on UC_QUERY_TIMEOUT

This commit is contained in:
Nguyen Anh Quynh 2020-05-24 23:56:35 +08:00
parent fbef45b18f
commit 3a2ad04f2b
1 changed files with 2 additions and 2 deletions

View File

@ -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_*()