summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2013-01-09 21:51:17 +0000
committerAnthony Green <green@redhat.com>2013-01-09 21:51:17 +0000
commit78ea7fc4f8f1e9472859eed706f7dd7d8d2c628b (patch)
tree0a90877508f2c8b2e9dc2ad9d4e6be93e259a0eb /gdb/ada-lang.c
parent6f96d94e532486d20ccdd9b6dbc24156e49f717f (diff)
downloadgdb-78ea7fc4f8f1e9472859eed706f7dd7d8d2c628b.tar.gz
Fixes for solaris compiler
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r--gdb/ada-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 842200086fd..b4849a944e6 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -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