We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bef8f0 commit fd8f2f1Copy full SHA for fd8f2f1
src/addr.rs
@@ -11,6 +11,7 @@ use crate::structures::paging::page_table::PageTableLevel;
11
use crate::structures::paging::{PageOffset, PageTableIndex};
12
use bit_field::BitField;
13
14
+#[cfg(feature = "step_trait")]
15
const ADDRESS_SPACE_SIZE: u64 = 0x1_0000_0000_0000;
16
17
/// A canonical 64-bit virtual memory address.
0 commit comments