pub extern "x86-interrupt" fn handler(
isf: InterruptStackFrame,
error_code: u64,
)Expand description
Panic with the error code (selector index or 0) and the interrupt stack frame.
pub extern "x86-interrupt" fn handler(
isf: InterruptStackFrame,
error_code: u64,
)Panic with the error code (selector index or 0) and the interrupt stack frame.