diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 520793a72e1..c09d56af899 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -8982,7 +8982,7 @@ program_breakpoint_here_p (struct gdbarch *gdbarch, CORE_ADDR address) if (bpoint == NULL) return 0; - target_mem = alloca (len); + target_mem = (gdb_byte *) alloca (len); /* Enable the automatic memory restoration from breakpoints while we read the memory. Otherwise we could say about our temporary |