show some more of the name list entries
authorceriel <none@none>
Thu, 2 Aug 1990 15:58:10 +0000 (15:58 +0000)
committerceriel <none@none>
Thu, 2 Aug 1990 15:58:10 +0000 (15:58 +0000)
util/amisc/ashow.c

index 2a29371..d339cdb 100644 (file)
@@ -181,6 +181,11 @@ showname(namep)
                printf("\tass src file item\n"); break;
        case S_COM:
                printf("\tcommon\n"); break;
+       case 0:
+               break;
+       default:
+               printf("\tstab 0x%x\n", namep->on_type >> 8);
+               printf("\tdesc 0x%x\n", namep->on_desc);
        }
        printf("\tvalue %ld\n", namep->on_valu);
 }