* values.c (value_being_returned): Make error message a proper
sentence.
This commit is contained in:
parent
1983fbac47
commit
aead120c3f
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
2001-11-29 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* values.c (value_being_returned): Make error message a proper
|
||||
sentence.
|
||||
|
||||
2001-11-27 Keith Walker <keith.walker@arm.com>
|
||||
|
||||
* dwarf2read.c (read_attribute_value): New function to handle
|
||||
DW_FORM_indirect
|
||||
(read_attribute): uses read_attribute_value
|
||||
|
|
|
@ -1388,7 +1388,7 @@ value_being_returned (struct type *valtype, char *retbuf, int struct_return)
|
|||
{
|
||||
addr = EXTRACT_STRUCT_VALUE_ADDRESS (retbuf);
|
||||
if (!addr)
|
||||
error ("Function return value unknown");
|
||||
error ("Function return value unknown.");
|
||||
return value_at (valtype, addr, NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue