On 1/9/26 01:34, Alex Bennée wrote:
Now all the m68k machines have cpu reset handlers we can drop this
extra case here.

Signed-off-by: Alex Bennée <[email protected]>
---
  target/m68k/cpu.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/target/m68k/cpu.c b/target/m68k/cpu.c
index f1b673119d6..a540a754969 100644
--- a/target/m68k/cpu.c
+++ b/target/m68k/cpu.c
@@ -392,7 +392,6 @@ static void m68k_cpu_realizefn(DeviceState *dev, Error 
**errp)
m68k_cpu_init_gdb(cpu); - cpu_reset(cs);
      qemu_init_vcpu(cs);
mcc->parent_realize(dev, errp);

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

r~

Reply via email to