diff options
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index f93e372..cdfe536 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -357,7 +357,7 @@ const char comment_chars[] = "#"; const char line_comment_chars[] = "#"; /* This array holds machine specific line separator characters. */ -const char line_separator_chars[] = ""; +const char line_separator_chars[] = ";"; /* Chars that can be used to separate mant from exp in floating point nums */ const char EXP_CHARS[] = "eE"; |