From 0741736bf65fb805acc836548d46bd0b8940bf59 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 6 Aug 1999 18:13:31 +0000 Subject: * config/tc-hppa.c (pa_ip, case '?'): Add missing break. --- gas/ChangeLog | 4 ++++ gas/config/tc-hppa.c | 1 + 2 files changed, 5 insertions(+) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index cb41e54..e96ef3e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 6 12:12:44 1999 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (pa_ip, case '?'): Add missing break. + Fri Aug 6 09:46:35 1999 Jerry Quinn * config/tc-hppa.c (pa_ip): Add 64 bit condition completers. diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 6d47004..f7955bc 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -2230,6 +2230,7 @@ pa_ip (str) default: abort (); } + break; } /* Handle a system control completer. */ -- cgit v1.1