Fix KASSERT string to include the real module name.

This commit is contained in:
Rui Paulo 2009-10-18 13:51:49 +00:00
parent a430b967b5
commit e5087dd893

View File

@ -504,7 +504,7 @@ pmc_ri_to_classdep(struct pmc_mdep *md, int ri, int *adjri)
pcd = pmc_rowindex_to_classdep[ri];
KASSERT(pcd != NULL,
("[amd,%d] ri %d null pcd", __LINE__, ri));
("[pmc,%d] ri %d null pcd", __LINE__, ri));
*adjri = ri - pcd->pcd_ri;