On 16/9/25 16:22, Richard Henderson wrote:
All invocations were required to pass the same value,
CP_REG_ARM64_SYSREG_CP. Bake that in to the result directly.
Remove CP_REG_ARM64_SYSREG_CP as unused.
Reviewed-by: Manos Pitsidianakis <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
---
target/arm/cpregs.h | 5 ++---
target/arm/kvm-consts.h | 3 ---
target/arm/helper.c | 11 +++++------
target/arm/hvf/hvf.c | 3 +--
target/arm/tcg/translate-a64.c | 6 ++----
5 files changed, 10 insertions(+), 18 deletions(-)
Well noticed.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>