Re: [PATCH v2 06/10] target/arm: Move aa32_max_features to tcg/cpu32.c
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 12/8/26 22:44, Richard Henderson wrote: > The function is unused without TCG, so move. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/cpu-max.c | 96 ------------------------------------------ > target/arm/tcg/cpu32.c | 96 ++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 96 insertions(+), 96 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>