diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/ppc/vof.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ppc/vof.c b/hw/ppc/vof.c index 18c3f92..e3b430a 100644 --- a/hw/ppc/vof.c +++ b/hw/ppc/vof.c @@ -1024,6 +1024,8 @@ void vof_cleanup(Vof *vof) } vof->claimed = NULL; vof->of_instances = NULL; + vof->of_instance_last = 0; + vof->claimed_base = 0; } void vof_build_dt(void *fdt, Vof *vof) |