summaryrefslogtreecommitdiff
path: root/apps/codecs/libspc/spc_cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspc/spc_cpu.c')
-rw-r--r--apps/codecs/libspc/spc_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspc/spc_cpu.c b/apps/codecs/libspc/spc_cpu.c
index d308e6e27c..23dcc257de 100644
--- a/apps/codecs/libspc/spc_cpu.c
+++ b/apps/codecs/libspc/spc_cpu.c
@@ -65,7 +65,7 @@ static unsigned char const cycle_table [0x100] = {
65#define MEM_BIT() CPU_mem_bit( this, pc, spc_time_ ) 65#define MEM_BIT() CPU_mem_bit( this, pc, spc_time_ )
66 66
67static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) 67static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ )
68 ICODE_ATTR; 68 ICODE_ATTR_SPC;
69 69
70static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) 70static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ )
71{ 71{