summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/floor1.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/floor1.c')
-rw-r--r--apps/codecs/Tremor/floor1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/floor1.c b/apps/codecs/Tremor/floor1.c
index a66e7379d7..5f43d563f0 100644
--- a/apps/codecs/Tremor/floor1.c
+++ b/apps/codecs/Tremor/floor1.c
@@ -197,7 +197,7 @@ static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,vorbis_info_mode *mi,
197static int render_point(int x0,int x1,int y0,int y1,int x){ 197static int render_point(int x0,int x1,int y0,int y1,int x){
198 y0&=0x7fff; /* mask off flag */ 198 y0&=0x7fff; /* mask off flag */
199 y1&=0x7fff; 199 y1&=0x7fff;
200#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 200#if defined(CPU_COLDFIRE)
201 asm volatile ("sub.l %[x0],%[x];" 201 asm volatile ("sub.l %[x0],%[x];"
202 "sub.l %[y0],%[y1];" 202 "sub.l %[y0],%[y1];"
203 "sub.l %[x0],%[x1];" 203 "sub.l %[x0],%[x1];"