Fixes for solaris compiler

This commit is contained in:
Anthony Green
2013-01-09 21:51:18 +00:00
parent da51c34722
commit 843e694d6a
3 changed files with 8 additions and 2 deletions

View File

@ -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