diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-11 00:13:41 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-11 00:13:41 +0000 |
commit | 8fb360783f973a479705e3098121e5b136b6aa71 (patch) | |
tree | 83aee2976f2f5bf028d4553e1efcdb1b2dbd75ca /gas | |
parent | f2e91404e7f0f821448493cb48c0aa0499f81c42 (diff) | |
download | gdb-8fb360783f973a479705e3098121e5b136b6aa71.zip gdb-8fb360783f973a479705e3098121e5b136b6aa71.tar.gz gdb-8fb360783f973a479705e3098121e5b136b6aa71.tar.bz2 |
Fixed LOCAL_LABELS_FB bug.
Diffstat (limited to 'gas')
-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. */ |