OSDN Git Service

target-arm/helper.c: tb_flush() on CPU reset
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Feb 2012 17:23:04 +0000 (17:23 +0000)
committerAndrzej Zaborowski <balrogg@gmail.com>
Fri, 17 Feb 2012 07:34:43 +0000 (08:34 +0100)
commita84fac1426acd56f6dff4f6023611c1aefe748de
tree35415977b4e56022874951179531a2f31c1987ca
parent761c9eb0fafa59821e3ded9e4d5b33d5ab8a0e9e
target-arm/helper.c: tb_flush() on CPU reset

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.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
target-arm/helper.c