mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-20 18:37:48 +00:00
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
This commit is contained in:
commit
0190d359c6
|
@ -261,7 +261,6 @@ typedef struct uc_mem_region {
|
||||||
// All type of queries for uc_query() API.
|
// All type of queries for uc_query() API.
|
||||||
typedef enum uc_query_type {
|
typedef enum uc_query_type {
|
||||||
// Dynamically query current hardware mode.
|
// 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_MODE = 1,
|
||||||
} uc_query_type;
|
} uc_query_type;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue