mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 17:05:36 +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;
|
int ret;
|
||||||
uc_hook hhc;
|
uc_hook hhc;
|
||||||
uint32_t val;
|
uint32_t val;
|
||||||
#ifdef _WIN32
|
|
||||||
HANDLE th = (HANDLE)-1;
|
|
||||||
#else
|
|
||||||
pthread_t th;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// dynamically load shared library
|
// dynamically load shared library
|
||||||
#ifdef DYNLOAD
|
#ifdef DYNLOAD
|
||||||
|
|
Loading…
Reference in a new issue