diff options
Diffstat (limited to 'target-microblaze/cpu.c')
-rw-r--r-- | target-microblaze/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-microblaze/cpu.c b/target-microblaze/cpu.c index 9c3b74ea8a..34b3a9bfdc 100644 --- a/target-microblaze/cpu.c +++ b/target-microblaze/cpu.c @@ -39,6 +39,7 @@ static void mb_cpu_reset(CPUState *s) mcc->parent_reset(s); memset(env, 0, offsetof(CPUMBState, breakpoints)); + env->res_addr = RES_ADDR_NONE; tlb_flush(env, 1); /* Disable stack protector. */ |