diff --git a/programs/winedbg/break.c b/programs/winedbg/break.c index e9f71480f9..ed382bceda 100644 --- a/programs/winedbg/break.c +++ b/programs/winedbg/break.c @@ -60,7 +60,7 @@ void break_set_xpoints(BOOL set) size = 0; else size = bp[i].w.len + 1; - addr = (void*)memory_to_linear_addr(&bp[i].addr); + addr = memory_to_linear_addr(&bp[i].addr); if (set) ret = be_cpu->insert_Xpoint(dbg_curr_process->handle,