On 1/13/23 06:04, Fabiano Rosas wrote:
The file cpu_tcg.c is about to be moved into the tcg/ directory, so
move the register definitions into cpregs.c along with all the others.
Signed-off-by: Fabiano Rosas<faro...@suse.de>
---
target/arm/cpregs.c | 59 ++++++++++++++++++++++++++++++++++++++++++
target/arm/cpregs.h | 6 +++++
target/arm/cpu64.c | 1 +
target/arm/cpu_tcg.c | 59 ------------------------------------------
target/arm/internals.h | 6 -----
5 files changed, 66 insertions(+), 65 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~