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
1 changed files with 0 additions and 5 deletions

View File

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