diff options
-rw-r--r-- | gas/config/tc-sparc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index bd71fa8..9d86323 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -814,9 +814,9 @@ char *str; default: abort(); - } + } /* switch on arg code */ break; - } + } /* for each arg that we expect */ error: if (match == 0) { /* Args don't match. */ |