maybe fix interrupt bytes not changing

This commit is contained in:
Alwin Berger 2024-08-26 15:45:32 +02:00
parent 8e885f6e85
commit ae6b3c0650

View File

@ -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()); new_interrupt_times.extend(&prefix.concat());
} }
drop(current_case); drop(current_case);