x86 paging refactor for debugger
This commit is contained in:
@@ -76,7 +76,7 @@ impl Context {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_page_utable(&mut self) -> usize {
|
||||
pub fn get_page_utable(&self) -> usize {
|
||||
self.cr3
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user