Commit ba0bb02d by Richard Henderson Committed by Richard Henderson

* jcf-parse.c (get_constant): Fix type warning.

From-SVN: r58186
parent 3fa3c4bd
2002-10-15 Richard Henderson <rth@redhat.com>
* jcf-parse.c (get_constant): Fix type warning.
2002-10-15 Andrew Haley <aph@redhat.com>
* java-tree.h (java_inlining_merge_static_initializers): Declare.
......
......@@ -315,7 +315,7 @@ get_constant (jcf, index)
else
buf[0] = lo, buf[1] = hi;
real_from_target_fmt (&d, &buf, &ieee_double_format);
real_from_target_fmt (&d, buf, &ieee_double_format);
value = build_real (double_type_node, d);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment