FreeCalypso > hg > fc-selenite
changeset 67:c7af699af1c4
dl1_com.c: section name for API_HISR_stack should be .API_HISR_stack
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Jul 2018 00:30:34 +0000 |
parents | 3d8f62baeca1 |
children | be5b218f0765 |
files | src/cs/layer1/dl1/dl1_com.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/layer1/dl1/dl1_com.c Fri Jul 20 00:28:56 2018 +0000 +++ b/src/cs/layer1/dl1/dl1_com.c Fri Jul 20 00:30:34 2018 +0000 @@ -91,7 +91,7 @@ #if ( (L1_MP3 == 1) || (L1_MIDI == 1) || (L1_AAC == 1) || (L1_DYN_DSP_DWNLD == 1) ) // equivalent to an API_HISR flag extern void api_hisr(void); #ifdef __GNUC__ - #define SECTION_ATTR __attribute__ ((section ("API_HISR_stack"))) + #define SECTION_ATTR __attribute__ ((section (".API_HISR_stack"))) #else #define SECTION_ATTR #pragma DATA_SECTION (API_HISR_stack,"API_HISR_stack");