mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Merge pull request #27 from pulp-platform/fix-hal
hal: Add missing return value
This commit is contained in:
commit
609df214b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue