diff options
Diffstat (limited to 'gas/config/tc-tic30.c')
-rw-r--r-- | gas/config/tc-tic30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index 4ccb820..71c6249 100644 --- a/gas/config/tc-tic30.c +++ b/gas/config/tc-tic30.c @@ -1218,7 +1218,7 @@ md_pcrel_from (fixS *fixP) return fixP->fx_where - fixP->fx_size + (INSN_SIZE * offset); } -char * +const char * md_atof (int what_statement_type, char *literalP, int *sizeP) |