Fix KASSERT string to include the real module name.
This commit is contained in:
parent
a430b967b5
commit
e5087dd893
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user