Trivial: correct x86_64 seL4_BenchmarkReset() return value
This commit is contained in:
parent
84f55c74cf
commit
3c01da7018
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ seL4_DebugRun(void (*userfn) (void *), void* userarg)
|
|||
#endif
|
||||
|
||||
#if CONFIG_ENABLE_BENCHMARKS
|
||||
static inline void
|
||||
static inline seL4_Error
|
||||
seL4_BenchmarkResetLog(void)
|
||||
{
|
||||
seL4_Word unused0 = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue