1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-04-01 23:07:03 +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:
xorstream 2015-12-20 15:03:34 +11:00
parent fa4fd72c5f
commit caa437c0ff

View file

@ -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