summary refs log tree commit diff stats
path: root/hw/cris-boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cris-boot.c')
-rw-r--r--hw/cris-boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cris-boot.c b/hw/cris-boot.c
index 37894f8b53..ade517dd25 100644
--- a/hw/cris-boot.c
+++ b/hw/cris-boot.c
@@ -34,7 +34,7 @@ static void main_cpu_reset(void *opaque)
 
     li = env->load_info;
 
-    cpu_reset(env);
+    cpu_state_reset(env);
 
     if (!li) {
         /* nothing more to do.  */