mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-06-10 00:39:08 +00:00
hal: Add missing return value
This commit is contained in:
parent
2ecc920172
commit
879eb13dbd
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