summary refs log tree commit diff stats
path: root/hw/leon3.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/leon3.c')
-rw-r--r--hw/leon3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/leon3.c b/hw/leon3.c
index 71d79a65a7..1dc5a02327 100644
--- a/hw/leon3.c
+++ b/hw/leon3.c
@@ -51,7 +51,7 @@ static void main_cpu_reset(void *opaque)
     ResetData *s   = (ResetData *)opaque;
     CPUState  *env = s->env;
 
-    cpu_reset(env);
+    cpu_state_reset(env);
 
     env->halted = 0;
     env->pc     = s->entry;