mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
target/arm/tcg/tlb_helper: compile file twice (system, user)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-id: 20250512180502.2395029-45-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
b586c86a8e
commit
cbf565b00f
2 changed files with 4 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ arm_ss.add(files(
|
|||
'm_helper.c',
|
||||
'mve_helper.c',
|
||||
'op_helper.c',
|
||||
'tlb_helper.c',
|
||||
'vec_helper.c',
|
||||
'tlb-insns.c',
|
||||
'arith_helper.c',
|
||||
|
|
@ -68,9 +67,11 @@ arm_common_system_ss.add(files(
|
|||
'hflags.c',
|
||||
'iwmmxt_helper.c',
|
||||
'neon_helper.c',
|
||||
'tlb_helper.c',
|
||||
))
|
||||
arm_user_ss.add(files(
|
||||
'hflags.c',
|
||||
'iwmmxt_helper.c',
|
||||
'neon_helper.c',
|
||||
'tlb_helper.c',
|
||||
))
|
||||
|
|
|
|||
|
|
@ -9,8 +9,9 @@
|
|||
#include "cpu.h"
|
||||
#include "internals.h"
|
||||
#include "cpu-features.h"
|
||||
#include "exec/helper-proto.h"
|
||||
|
||||
#define HELPER_H "tcg/helper.h"
|
||||
#include "exec/helper-proto.h.inc"
|
||||
|
||||
/*
|
||||
* Returns true if the stage 1 translation regime is using LPAE format page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue