diff options
Diffstat (limited to 'apps/codecs/libspc/spc_cpu.c')
| -rw-r--r-- | apps/codecs/libspc/spc_cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspc/spc_cpu.c b/apps/codecs/libspc/spc_cpu.c index d308e6e..23dcc25 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] = { #define MEM_BIT() CPU_mem_bit( this, pc, spc_time_ ) static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) - ICODE_ATTR; + ICODE_ATTR_SPC; static unsigned CPU_mem_bit( THIS, uint8_t const* pc, long const spc_time_ ) { |