Update post-09 code for changes in x86_64 0.5.0

This commit is contained in:
Philipp Oppermann
2019-03-09 12:39:14 +01:00
parent 78a30984bc
commit f05aaeb0ac

View File

@@ -58,7 +58,7 @@ extern "x86-interrupt" fn breakpoint_handler(stack_frame: &mut InterruptStackFra
} }
extern "x86-interrupt" fn page_fault_handler( extern "x86-interrupt" fn page_fault_handler(
stack_frame: &mut ExceptionStackFrame, stack_frame: &mut InterruptStackFrame,
_error_code: PageFaultErrorCode, _error_code: PageFaultErrorCode,
) { ) {
use crate::hlt_loop; use crate::hlt_loop;