mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
ExceptionStackFrame was renamed to InterruptStackFrame
This commit is contained in:
@@ -74,7 +74,7 @@ lazy_static! {
|
||||
|
||||
// new
|
||||
extern "x86-interrupt" fn double_fault_handler(
|
||||
stack_frame: &mut ExceptionStackFrame, _error_code: u64)
|
||||
stack_frame: &mut InterruptStackFrame, _error_code: u64)
|
||||
{
|
||||
println!("EXCEPTION: DOUBLE FAULT\n{:#?}", stack_frame);
|
||||
loop {}
|
||||
|
||||
Reference in New Issue
Block a user