mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
committed by
GitHub
parent
6f48a17ba4
commit
23e35b8d9b
@@ -343,7 +343,7 @@ pub extern "C" fn _start() -> ! {
|
||||
}
|
||||
|
||||
#[cfg(not(test))]
|
||||
#[panic_handle]
|
||||
#[panic_handler]
|
||||
fn panic(_info: &PanicInfo) -> ! {
|
||||
loop {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user