Update post-08 code for changes in x86_64 0.5.0

This commit is contained in:
Philipp Oppermann
2019-03-09 12:37:45 +01:00
parent 81e4eec055
commit 09dd68a1a2
2 changed files with 3 additions and 3 deletions

View File

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