forked from Imagelibrary/binutils-gdb
2004-08-07 Andrew Cagney <cagney@gnu.org>
* doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
This commit is contained in:
@@ -652,7 +652,7 @@ floatformat_from_length (int len)
|
||||
format = NULL;
|
||||
if (format == NULL)
|
||||
error ("Unrecognized %d-bit floating-point type.",
|
||||
len & TARGET_CHAR_BIT);
|
||||
len * TARGET_CHAR_BIT);
|
||||
return format;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user