summaryrefslogtreecommitdiff
path: root/firmware/core_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/core_alloc.c')
-rw-r--r--firmware/core_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/core_alloc.c b/firmware/core_alloc.c
index 34ed48b39f..47faed6e95 100644
--- a/firmware/core_alloc.c
+++ b/firmware/core_alloc.c
@@ -9,7 +9,7 @@
9struct buflib_context core_ctx; 9struct buflib_context core_ctx;
10 10
11/* defined in linker script */ 11/* defined in linker script */
12#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 12#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(__PCTOOL__)
13#if defined(IPOD_VIDEO) && !defined(BOOTLOADER) 13#if defined(IPOD_VIDEO) && !defined(BOOTLOADER)
14extern unsigned char *audiobufend_lds[]; 14extern unsigned char *audiobufend_lds[];
15unsigned char *audiobufend; 15unsigned char *audiobufend;