From 075d52f1534dbbdeed0bf49822b19d06deda4a74 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 26 Oct 2025 11:58:43 +0100 Subject: [PATCH] Fix example binary --- src/allocator/frame/bump.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allocator/frame/bump.rs b/src/allocator/frame/bump.rs index 9985feff3a..9043b181ae 100644 --- a/src/allocator/frame/bump.rs +++ b/src/allocator/frame/bump.rs @@ -25,7 +25,7 @@ impl BumpAllocator { } } 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.