mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
target/arm: Move hflags code into the tcg directory
The hflags are used only for TCG code, so introduce a new file hflags.c to keep that code. Signed-off-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
2b77ad4de6
commit
671efad16a
5 changed files with 411 additions and 392 deletions
|
@ -24,6 +24,7 @@ arm_ss.add(files(
|
|||
'translate-neon.c',
|
||||
'translate-vfp.c',
|
||||
'crypto_helper.c',
|
||||
'hflags.c',
|
||||
'iwmmxt_helper.c',
|
||||
'm_helper.c',
|
||||
'mve_helper.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue