core_timing: remove user data value
This commit is contained in:
parent
91290b9be4
commit
f34d3d7e84
15 changed files with 79 additions and 104 deletions
|
@ -247,7 +247,7 @@ struct KernelCore::Impl {
|
|||
void InitializePreemption(KernelCore& kernel) {
|
||||
preemption_event = Core::Timing::CreateEvent(
|
||||
"PreemptionCallback",
|
||||
[this, &kernel](std::uintptr_t, s64 time,
|
||||
[this, &kernel](s64 time,
|
||||
std::chrono::nanoseconds) -> std::optional<std::chrono::nanoseconds> {
|
||||
{
|
||||
KScopedSchedulerLock lock(kernel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue