(print_node): Fix typo in printing large INTEGER_CST.

From-SVN: r9146
This commit is contained in:
Richard Kenner 1995-03-09 20:40:49 -05:00
parent 809d657596
commit 8fcf10c01f

View File

@ -637,8 +637,7 @@ print_node (file, prefix, node, indent)
#endif
-TREE_INT_CST_LOW (node));
else
fprintf (file, "%c", 'l');
fprintf (file,
fprintf (file,
#if HOST_BITS_PER_WIDE_INT == 64
#if HOST_BITS_PER_WIDE_INT != HOST_BITS_PER_INT
" 0x%lx%016lx",