mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
Fixes for solaris compiler
This commit is contained in:
@ -11793,7 +11793,7 @@ allocate_location_catch_assert (struct breakpoint *self)
|
||||
static void
|
||||
re_set_catch_assert (struct breakpoint *b)
|
||||
{
|
||||
return re_set_exception (ex_catch_assert, b);
|
||||
re_set_exception (ex_catch_assert, b);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user