On 1 February 2012 18:23, Peter Maydell <peter.mayd...@linaro.org> wrote: > Since target-arm has some CPUState fields for which we take the approach > of baking assumptions about them into translated code and then calling > tb_flush() when the fields change, we must also tb_flush on CPU reset, > because reset is a change of those fields.
Thanks, applied this patch. Cheers