Print PMC widths in the initialization announcement.

This commit is contained in:
Joseph Koshy 2008-11-16 04:21:59 +00:00
parent 9b16c7add1
commit 7dada26401

View file

@ -4539,9 +4539,10 @@ pmc_initialize(void)
printf(PMC_MODULE_NAME ":");
for (n = 0; n < (int) md->pmd_nclass; n++) {
pcd = &md->pmd_classdep[n];
printf(" %s/%d/0x%b",
printf(" %s/%d/%d/0x%b",
pmc_name_of_pmcclass[pcd->pcd_class],
pcd->pcd_num,
pcd->pcd_width,
pcd->pcd_caps,
"\20"
"\1INT\2USR\3SYS\4EDG\5THR"