Skip to content

Commit

Permalink
minor changes to pass the format check
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed May 21, 2021
1 parent 8cc3cba commit cdb3577
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/arch/x86_64/kernel/irq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,7 @@ extern "x86-interrupt" fn double_fault_exception(
scheduler::abort();
}

extern "x86-interrupt" fn coprocessor_segment_overrun_exception(
stack_frame: ExceptionStackFrame,
) {
extern "x86-interrupt" fn coprocessor_segment_overrun_exception(stack_frame: ExceptionStackFrame) {
error!(
"CoProcessor Segment Overrun (#MF) Exception: {:#?}",
stack_frame
Expand Down

0 comments on commit cdb3577

Please sign in to comment.