mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
Fix error-reporting in hexadecimal floating-point numbers
This commit is contained in:
parent
fe2177fe42
commit
26976a187f
2
float.c
2
float.c
@ -128,7 +128,7 @@ static void ieee_flconvert_hex(char *string, uint16_t *mant,
|
|||||||
} else {
|
} else {
|
||||||
error(ERR_NONFATAL,
|
error(ERR_NONFATAL,
|
||||||
"floating-point constant: `%c' is invalid character",
|
"floating-point constant: `%c' is invalid character",
|
||||||
*string);
|
c);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user