fix tests

This commit is contained in:
Cadey Ratio 2020-03-27 18:38:56 -04:00
parent 7f30d81a05
commit 7ba36c7041
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ use xe_os::{exit_qemu, serial_println, QemuExitCode};
extern "x86-interrupt" fn test_double_fault_handler(
_stack_frame: &mut InterruptStackFrame,
_error_code: u64,
) {
) -> ! {
serial_println!("[ok]");
exit_qemu(QemuExitCode::Success);
loop {}