Skip to content

Commit

Permalink
Fixes build error on AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Sep 1, 2024
1 parent 6103e68 commit 4709b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/obkrnl/src/context/aarch64.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use super::Context;

pub unsafe fn activate(_: *mut Context) {
todo!();
}

0 comments on commit 4709b70

Please sign in to comment.