x86: do not generate basic-block callback when translation is broken in the middle due to full cache

This commit is contained in:
Nguyen Anh Quynh
2015-08-25 14:50:55 +08:00
parent e426ba78ee
commit c3e95ec34e
3 changed files with 10 additions and 1 deletions

1
uc.c
View File

@ -414,6 +414,7 @@ uc_err uc_emu_start(uch handle, uint64_t begin, uint64_t until, uint64_t timeout
uc->emu_counter = 0;
uc->stop_request = false;
uc->invalid_error = UC_ERR_OK;
uc->block_full = false;
switch(uc->arch) {
default: