diff options
Diffstat (limited to 'gcc/java/jcf-parse.c')
-rw-r--r-- | gcc/java/jcf-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index f4bcd99..5141119 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -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; } |