]> Git Repo - qemu.git/commit - target-arm/translate-a64.c
target-arm: Make singlestate TB flags common between AArch32/64
authorPeter Maydell <[email protected]>
Fri, 29 May 2015 10:28:52 +0000 (11:28 +0100)
committerPeter Maydell <[email protected]>
Fri, 29 May 2015 10:28:52 +0000 (11:28 +0100)
commit3cf6a0fcedd429693d439556543400d5f0e31e1d
tree8e8a071f768aaed6cfd35cdc8bd9484ceb1c07f2
parentc6f191642a4027909813b4e6e288411f8371e951
target-arm: Make singlestate TB flags common between AArch32/64

Currently we keep the TB flags PSTATE_SS and SS_ACTIVE in different
bit positions for AArch64 and AArch32. Replace these separate
definitions with a single common flag in the upper part of the
flags word.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
target-arm/cpu.h
target-arm/translate-a64.c
This page took 0.026048 seconds and 4 git commands to generate.