From 8fb360783f973a479705e3098121e5b136b6aa71 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Thu, 11 Apr 1991 00:13:41 +0000 Subject: [PATCH] Fixed LOCAL_LABELS_FB bug. --- gas/config/tc-sparc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index bd71fa80773..9d8632315a8 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. */ -- 2.30.2