diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index b370b3c..0a73ca4 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -10233,7 +10233,7 @@ ada_value_cast (struct type *type, struct value *arg2) return arg2; if (ada_is_fixed_point_type (type)) - return (cast_to_fixed (type, arg2)); + return cast_to_fixed (type, arg2); if (ada_is_fixed_point_type (value_type (arg2))) return cast_from_fixed (type, arg2); |