Refactor integrated-timers

This commit is contained in:
Dániel Buga
2024-11-26 23:54:21 +01:00
parent 406d377b75
commit 5a5495aac4
32 changed files with 611 additions and 1182 deletions

View File

@@ -40,9 +40,6 @@ fn setup() -> (&'static Executor, Trace) {
let trace = Trace::new();
let context = Box::leak(Box::new(trace.clone())) as *mut _ as *mut ();
let executor = &*Box::leak(Box::new(Executor::new(context)));
unsafe {
executor.initialize();
}
(executor, trace)
}