From e3eb5a92ae3991cdfbb5a5cf553eac476bc5822f Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 4 Feb 2022 23:55:05 -0700 Subject: Removed old mem --- src/globals.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/globals.c') diff --git a/src/globals.c b/src/globals.c index 5d3369d..8334a60 100644 --- a/src/globals.c +++ b/src/globals.c @@ -1,5 +1,4 @@ #define GLOBALS_C -//#include #include #include #include @@ -25,6 +24,4 @@ __attribute__((section(".bss"))) unsigned int gwidth; __attribute__((section(".bss"))) unsigned int gheight; __attribute__((section(".bss"))) unsigned int gpitch; __attribute__((section(".bss"))) unsigned int gisrgb; -__attribute__((section(".bss.mmheap"))) unsigned char rpi_heap[MAX_MM]; -__attribute__((section(".bss.mmheap.base"))) void* rpi_heap_top; __attribute__((section(".bss"))) unsigned char stacks_table[MAX_THREADS]; -- cgit v1.2.1