maybe fix interrupt bytes not changing
This commit is contained in:
parent
8e885f6e85
commit
ae6b3c0650
@ -376,7 +376,8 @@ where
|
||||
}
|
||||
}
|
||||
}
|
||||
new_interrupt_times.drain(..);
|
||||
let _t= new_interrupt_times.drain(..).collect::<Vec<_>>();
|
||||
drop(_t);
|
||||
new_interrupt_times.extend(&prefix.concat());
|
||||
}
|
||||
drop(current_case);
|
||||
|
Loading…
x
Reference in New Issue
Block a user