fix everything interesting
This commit is contained in:
parent
bd7ddaffbd
commit
a18a5f9bcf
@ -231,10 +231,10 @@ where
|
||||
let observer = observers.match_name::<QemuSystemStateObserver<S::Input>>("systemstate").unwrap();
|
||||
if let Some(time) = observer.worst_job_instances.get(t) {
|
||||
self.exec_time = Some(Duration::from_nanos(*time));
|
||||
return Ok(true);
|
||||
return Ok(false);
|
||||
} else {
|
||||
self.exec_time = Some(Duration::from_nanos(0));
|
||||
return Ok(true);
|
||||
return Ok(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user