diff --git a/uc.c b/uc.c index 2de9f51e..bf8cb8b4 100644 --- a/uc.c +++ b/uc.c @@ -1066,7 +1066,7 @@ uc_err uc_emu_start(uc_engine *uc, uint64_t begin, uint64_t until, break; #endif } - + uc->skip_sync_pc_on_exit = false; uc->stop_request = false; uc->emu_count = count;