Fix remaining use of ExceptionStackFrame in test

This commit is contained in:
Philipp Oppermann
2019-03-09 14:21:03 +01:00
parent 8e5b6a3e3f
commit 1ed76411f7

View File

@@ -65,7 +65,7 @@ pub fn init_test_idt() {
} }
extern "x86-interrupt" fn double_fault_handler( extern "x86-interrupt" fn double_fault_handler(
_stack_frame: &mut ExceptionStackFrame, _stack_frame: &mut InterruptStackFrame,
_error_code: u64, _error_code: u64,
) { ) {
serial_println!("ok"); serial_println!("ok");