mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 19:15:28 +00:00
add option UC_ERR_OPT_INVALID to uc_strerror()
This commit is contained in:
parent
66526d775b
commit
8336852e81
|
@ -143,7 +143,7 @@ typedef enum uc_err {
|
|||
|
||||
// Runtime option for the Unicorn engine
|
||||
typedef enum uc_opt_type {
|
||||
UC_OPT_WINDOWS_TIB = 1, // Setup Windows Thread Information Block
|
||||
UC_OPT_WINDOWS_TIB = 1, // Setup Windows Thread Information Block
|
||||
} uc_opt_type;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue