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 b145688 commit a9e847aCopy full SHA for a9e847a
platforms/axplat-aarch64-dyn/src/mem.rs
@@ -44,7 +44,7 @@ pub fn setup() {
44
let head_start = boot_info().kimage_start_lma as usize;
45
let head_section = (head_start, (_skernel as usize) - va_offset() - head_start);
46
47
- rsv_list.push(head_section);
+ rsv_list.push(head_section).unwrap();
48
49
for region in boot_info()
50
.memory_regions
0 commit comments