aboutsummaryrefslogtreecommitdiff
path: root/src/alloc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.rs')
-rw-r--r--src/alloc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.rs b/src/alloc.rs
index 4fe44ee..fd22c67 100644
--- a/src/alloc.rs
+++ b/src/alloc.rs
@@ -89,4 +89,5 @@ impl Debug for CharAllocator {
}
}
+#[link_section = ".data.alloc"]
pub static CHAR_ALLOCATOR: CharAllocator = CharAllocator::new();