update pmc_pmu_idx_get_by_event signature for !x86

This commit is contained in:
Matt Macy 2018-06-04 05:04:40 +00:00
parent bfb46e2ba8
commit ce6fc9d779
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334602

View File

@ -482,7 +482,7 @@ pmc_pmu_stat_mode(const char ***a __unused)
}
int
pmc_pmu_idx_get_by_event(const char *e __unused)
pmc_pmu_idx_get_by_event(const char *c __unused, const char *e __unused)
{
return (-1);
}