mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* config/tc-hppa.c (pa_ip, case '?'): Add missing break.
This commit is contained in:
@ -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 <jquinn@nortelnetworks.com>
|
Fri Aug 6 09:46:35 1999 Jerry Quinn <jquinn@nortelnetworks.com>
|
||||||
|
|
||||||
* config/tc-hppa.c (pa_ip): Add 64 bit condition completers.
|
* config/tc-hppa.c (pa_ip): Add 64 bit condition completers.
|
||||||
|
@ -2230,6 +2230,7 @@ pa_ip (str)
|
|||||||
default:
|
default:
|
||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Handle a system control completer. */
|
/* Handle a system control completer. */
|
||||||
|
Reference in New Issue
Block a user