mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
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:
parent
a38cd80ae7
commit
fa89ee43a5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user