Skip to content

Commit

Permalink
git subrepo pull sel4_vspace
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "sel4_vspace"
  merged:   "851011c"
upstream:
  origin:   "[email protected]:rel4team/sel4_vspace.git"
  branch:   "mi_dev"
  commit:   "851011c"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "ea10886"
  • Loading branch information
llh730 committed Aug 15, 2024
2 parents b2b62e2 + 851011c commit 1d317b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/arch/riscv64/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ impl PTE {
pub fn get_ptr(&self) -> usize {
self as *const Self as usize
}
#[inline]
pub fn get_mut_ptr(&mut self) -> usize {
self as *mut Self as usize
}
}

0 comments on commit 1d317b9

Please sign in to comment.