Fix example binary

This commit is contained in:
bjorn3
2025-10-26 11:58:43 +01:00
parent e6d42dda19
commit 075d52f153
+1 -1
View File
@@ -25,7 +25,7 @@ impl<A: Arch> BumpAllocator<A> {
}
}
pub fn areas(&self) -> &'static [MemoryArea] {
todo!()
self.orig_areas.0
}
/// Returns one semifree and the fully free areas. The offset is the number of bytes after
/// which the first area is free.