summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/imdct_mcf5249.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/imdct_mcf5249.S')
-rw-r--r--apps/codecs/libmad/imdct_mcf5249.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libmad/imdct_mcf5249.S b/apps/codecs/libmad/imdct_mcf5249.S
index 62b33c3f07..1afd910fa8 100644
--- a/apps/codecs/libmad/imdct_mcf5249.S
+++ b/apps/codecs/libmad/imdct_mcf5249.S
@@ -32,7 +32,6 @@ III_imdct_s:
32 * get more low bits out of the accext01 register _before_ doing the 32 * get more low bits out of the accext01 register _before_ doing the
33 * movclrs. 33 * movclrs.
34 */ 34 */
35 move.l #0xb0, %macsr /* frac mode, saturation, rounding */
36 sub.l %a0, %a0 /* clear loop variable */ 35 sub.l %a0, %a0 /* clear loop variable */
37.imdctloop: /* outer loop label */ 36.imdctloop: /* outer loop label */
38 lea.l imdct_s, %a1 /* load pointer to imdct coefs in a1 */ 37 lea.l imdct_s, %a1 /* load pointer to imdct coefs in a1 */