mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 00:18:23 +00:00
Update unicorn.h
remove an outdated line on UC_QUERY_MODE
This commit is contained in:
parent
3bd7fa4bfe
commit
f267ff2b17
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue