Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6D70 committed Jul 6, 2024
1 parent 790e205 commit 6972a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xernel/kernel/src/syscall/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ extern "sysv64" fn general_syscall_handler(data: SyscallData) -> i64 {
}
None => Err(SyscallError::InvalidArgument),
}
},
}
_ => {
unimplemented!("unknown syscall: {:x?}", data);
}
Expand Down

0 comments on commit 6972a34

Please sign in to comment.