aboutsummaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/app.c b/gas/app.c
index 97c5a72..c338653 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -874,7 +874,7 @@ do_scrub_chars (get, tostart, tolen)
|| (ch != '!' && ch != '*')))
goto de_fault;
if (flag_m68k_mri
- && (ch == '!' || ch == '*')
+ && (ch == '!' || ch == '*' || ch == '#')
&& state != 1
&& state != 10)
goto de_fault;