pub extern "x86-interrupt" fn handler(
isf: InterruptStackFrame,
_error_code: u64,
) -> !Expand description
Panic with the interrupt stack frame.
pub extern "x86-interrupt" fn handler(
isf: InterruptStackFrame,
_error_code: u64,
) -> !Panic with the interrupt stack frame.