diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-msp430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-msp430.c b/gas/config/tc-msp430.c index 6936a2a..6bf2154 100644 --- a/gas/config/tc-msp430.c +++ b/gas/config/tc-msp430.c @@ -166,7 +166,7 @@ static struct hcodes_s msp430_hcodes[] = const char comment_chars[] = ";"; const char line_comment_chars[] = "#"; -const char line_separator_chars[] = "|"; +const char line_separator_chars[] = "{"; const char EXP_CHARS[] = "eE"; const char FLT_CHARS[] = "dD"; |