Re: [PATCH 2/7] target/arm: Pass ARMCPU to aarch64_aa32_a57_init
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 6/8/26 18:39, Richard Henderson wrote: > There's no reason to pass Object when ARMCPU is more appropriate. > > 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]>