diff options
Diffstat (limited to 'gas/config/tc-ppc.c')
-rw-r--r-- | gas/config/tc-ppc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index 850eb05..fd15bea 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -2715,9 +2715,8 @@ md_assemble (char *str) if (!valid_toc) { - /* Note: message has already been issued. - FIXME: what sort of recovery should we do? - demand_rest_of_line (); return; ? */ + ignore_rest_of_line (); + break; } /* Now get the symbol following the ']'. */ |