Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(kernel): fix panic handler function signature
The panic handler needs to be an extern "Rust" function not a extern "C" function. This commit fixes that by making the panic handler a normal function. Signed-off-by: Anhad Singh <[email protected]>
- Loading branch information