diff options
Diffstat (limited to 'gas/config/tc-tic80.c')
-rw-r--r-- | gas/config/tc-tic80.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index af4ceb4..3c4c303 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -1,5 +1,6 @@ /* tc-tic80.c -- Assemble for the TI TMS320C80 (MV) - Copyright 1996, 1997, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 1996, 1997, 2000, 2001, 2002, 2005 + Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -685,7 +686,7 @@ md_assemble (str) char *str; { char *scan; - unsigned char *input_line_save; + char *input_line_save; struct tic80_opcode *opcode; expressionS myops[16]; |