cpu/
[deliverable/binutils-gdb.git] / opcodes / pdp11-dis.c
index 507db93a6d98429061f155bc345d2b05ad997c28..4f5bf84aead8ad8af5451ed78bd20dc9ac73d87d 100644 (file)
@@ -84,7 +84,7 @@ print_reg (reg, info)
                FPRINTF (F, "r%d", reg); break;
     case 6:    FPRINTF (F, "sp"); break;
     case 7:    FPRINTF (F, "pc"); break;
-    default:   /* error */
+    default: ; /* error */
     }
 }
 
This page took 0.023113 seconds and 4 git commands to generate.