mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix remaining use of ExceptionStackFrame in test
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user