mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Enable handling page fault around
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0c01590981
commit
ffc717f00b
@ -341,7 +341,7 @@ impl CursorMut<'_> {
|
||||
/// Jump to the virtual address.
|
||||
///
|
||||
/// This is the same as [`Cursor::jump`].
|
||||
pub fn jump(&mut self, va: Vaddr) -> Result<()>{
|
||||
pub fn jump(&mut self, va: Vaddr) -> Result<()> {
|
||||
self.0.jump(va)?;
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user