diff options
Diffstat (limited to 'gas/config/tc-nds32.c')
-rw-r--r-- | gas/config/tc-nds32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-nds32.c b/gas/config/tc-nds32.c index 0d7d346..897561d 100644 --- a/gas/config/tc-nds32.c +++ b/gas/config/tc-nds32.c @@ -6064,7 +6064,7 @@ md_number_to_chars (char *buf, valueT val, int n) /* This function is called to convert an ASCII string into a floating point value in format used by the CPU. */ -char * +const char * md_atof (int type, char *litP, int *sizeP) { int i; |