X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/ff4700b05cfb305a880762c288b88ca01c782352..f0c3c505a8ec1a948006b3a16a35864a2270a84b:/target-lm32/cpu.c diff --git a/target-lm32/cpu.c b/target-lm32/cpu.c index daec499502..d0c66bc0f5 100644 --- a/target-lm32/cpu.c +++ b/target-lm32/cpu.c @@ -125,7 +125,7 @@ static void lm32_cpu_reset(CPUState *s) lcc->parent_reset(s); /* reset cpu state */ - memset(env, 0, offsetof(CPULM32State, breakpoints)); + memset(env, 0, offsetof(CPULM32State, eba)); lm32_cpu_init_cfg_reg(cpu); tlb_flush(env, 1);