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

View File

@ -163,6 +163,8 @@ struct uc_struct {
uint64_t addr_end; // address where emulation stops (@end param of uc_emu_start())
int thumb; // thumb mode for ARM
// full TCG cache leads to middle-block break in the last translation?
bool block_full;
};
#include "qemu_macro.h"