* config/tc-hppa.c (pa_ip, case '?'): Add missing break.
[deliverable/binutils-gdb.git] / gas / config / tc-hppa.c
index 6d4700450bc55e31b62d5ea7f82fe1bd578d8d9a..f7955bc898c8ff02aedacee97fe04bbdc0dbd16c 100644 (file)
@@ -2230,6 +2230,7 @@ pa_ip (str)
                  default:
                    abort ();
                  }
+               break;
              }
 
            /* Handle a system control completer.  */
This page took 0.024726 seconds and 4 git commands to generate.