Reduce dead code, fix aarch64.

This commit is contained in:
4lDO2
2024-03-23 23:51:12 +01:00
parent e6dc0e96f0
commit 12282439b6
11 changed files with 20 additions and 68 deletions
-1
View File
@@ -14,7 +14,6 @@ fn rust_begin_unwind(info: &PanicInfo) -> ! {
}
println!("CPU {}, PID {:?}", cpu_id(), context::context_id());
loop {}
// This could deadlock, but at this point we are going to halt anyways
{