Mon Apr 20 15:35:03 1998 Philippe De Muyter <phdm@macqel.be>

* coffread.c (decode_base_type): Treat a long field with size greater
        than TARGET_LONG_BIT as long long.
        * values.c (value_from_longest): Print code value in error message.
This commit is contained in:
Jason Molenda 1998-04-20 22:36:00 +00:00
parent a38cd80ae7
commit fa89ee43a5
1 changed files with 1 additions and 1 deletions

View File

@ -1291,7 +1291,7 @@ value_from_longest (type, num)
break;
default:
error ("Unexpected type encountered for integer constant.");
error ("Unexpected type (%d) encountered for integer constant.", code);
}
return val;
}