Merge pull request #27 from pulp-platform/fix-hal

hal: Add missing return value
This commit is contained in:
bluew 2021-08-10 16:01:19 +02:00 committed by GitHub
commit 609df214b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,6 +367,7 @@ static inline unsigned int cpu_perf_get(const unsigned int counterId) {
}
static inline const char *cpu_perf_name(int event) {
return 0;
}