mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 13:15:31 +00:00
Added test for uc_emu_stop() in code hook not always stopping the emu at the current instruction.
This commit is contained in:
parent
fa4fd72c5f
commit
caa437c0ff
|
@ -63,11 +63,6 @@ int main(int argc, char **argv, char **envp)
|
|||
int ret;
|
||||
uc_hook hhc;
|
||||
uint32_t val;
|
||||
#ifdef _WIN32
|
||||
HANDLE th = (HANDLE)-1;
|
||||
#else
|
||||
pthread_t th;
|
||||
#endif
|
||||
|
||||
// dynamically load shared library
|
||||
#ifdef DYNLOAD
|
||||
|
|
Loading…
Reference in a new issue