MCPcopy Create free account
hub / github.com/Emivvvvv/AmongOS / test_double_fault_handler

Function test_double_fault_handler

tests/stack_overflow.rs:26–33  ·  view source on GitHub ↗
(
    _stack_frame: InterruptStackFrame,
    _error_code: u64,
)

Source from the content-addressed store, hash-verified

24}
25
26extern "x86-interrupt" fn test_double_fault_handler(
27 _stack_frame: InterruptStackFrame,
28 _error_code: u64,
29) -> ! {
30 serial_println!("[ok]");
31 exit_qemu(QemuExitCode::Success);
32 loop {}
33}
34
35
36#[no_mangle]

Callers

nothing calls this directly

Calls 1

exit_qemuFunction · 0.85

Tested by

no test coverage detected