]> Git Repo - qemu.git/commit
target-arm/helper.c: tb_flush() on CPU reset
authorPeter Maydell <[email protected]>
Wed, 1 Feb 2012 17:23:04 +0000 (17:23 +0000)
committerAndrzej Zaborowski <[email protected]>
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 <[email protected]>
Signed-off-by: Andrzej Zaborowski <[email protected]>
target-arm/helper.c
This page took 0.024452 seconds and 4 git commands to generate.