diff --git a/gdb/eval.c b/gdb/eval.c index 2d90abecffe..acac28e5c2d 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -281,7 +281,7 @@ binop_promote (const struct language_defn *language, struct gdbarch *gdbarch, return; if (is_fixed_point_type (type1) || is_fixed_point_type (type2)) - return; + return; if (type1->code () == TYPE_CODE_DECFLOAT || type2->code () == TYPE_CODE_DECFLOAT)