Skip to content

Commit 35145d0

Browse files
authored
pointer instead of ref
1 parent 99b5ace commit 35145d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ProcessScheduler/Scheduler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ void Scheduler::handleHistOverFlow(uint8_t div)
461461
{
462462
// Exception came from process
463463
if (process) {
464-
process.restart();
464+
process->restart();
465465
} else {
466466
// Exception came from scheduler
467467

0 commit comments

Comments
 (0)