Re: [PATCH 3/7] target/arm: Pass aarch64_enabled to aarch64_aa32_a57_init
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/8/26 18:39, Richard Henderson wrote: > Invert aa32_only argument to what is actually used. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/internals.h | 2 +- > target/arm/cpu-max.c | 5 ++--- > target/arm/cpu64.c | 2 +- > 3 files changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>