]> Git Repo - qemu.git/blobdiff - target/s390x/cpu.h
s390x: Move initial reset
[qemu.git] / target / s390x / cpu.h
index 18123dfd5bd13f530fcc3f8c54c43482da3ba006..d2af13b345ccd9094f82385cd5286e1a7392e60a 100644 (file)
@@ -748,7 +748,7 @@ static inline void s390_do_cpu_initial_reset(CPUState *cs, run_on_cpu_data arg)
 {
     S390CPUClass *scc = S390_CPU_GET_CLASS(cs);
 
-    scc->initial_cpu_reset(cs);
+    scc->reset(cs, S390_CPU_RESET_INITIAL);
 }
 
 static inline void s390_do_cpu_load_normal(CPUState *cs, run_on_cpu_data arg)
This page took 0.022142 seconds and 4 git commands to generate.