From: Jeff Law Date: Wed, 14 Oct 1998 10:35:26 +0000 (-0600) Subject: Forgot to commit. X-Git-Tag: prereleases/libgcj-0.1~2520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9ab1458499b9a3e3fcb398cf29e3349e775ee9b;p=thirdparty%2Fgcc.git Forgot to commit. From-SVN: r23083 --- diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index c1b22daf7468..2a14670ae0a3 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -663,7 +663,7 @@ expand_builtin_dwarf_reg_size (reg_tree, target) t = fold (build (COND_EXPR, integer_type_node, t2, build_int_2 (ranges[n_ranges].size, 0), t)); } - while (--n_ranges > 0); + while (--n_ranges >= 0); } return expand_expr (t, target, Pmode, 0); }