diff options
Diffstat (limited to 'hw/cris-boot.c')
-rw-r--r-- | hw/cris-boot.c | 2 |
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. */ |