On 1/23/25 15:43, Philippe Mathieu-Daudé wrote:
cpu_common_initfn() is our target agnostic initializer,
while cpu_exec_initfn() is the target specific one.

The %as and %num_ases fields are not target specific,
so initialize them in the common helper.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  cpu-target.c         | 3 ---
  hw/core/cpu-common.c | 2 ++
  2 files changed, 2 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to