summaryrefslogtreecommitdiff
path: root/apps/codecs/libwavpack/coldfire.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwavpack/coldfire.S')
-rw-r--r--apps/codecs/libwavpack/coldfire.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libwavpack/coldfire.S b/apps/codecs/libwavpack/coldfire.S
index 9c7e098e88..e7bf7760e5 100644
--- a/apps/codecs/libwavpack/coldfire.S
+++ b/apps/codecs/libwavpack/coldfire.S
@@ -66,9 +66,9 @@ decorr_stereo_pass_cont_mcf5249:
66 asl.l %d0, %d1 66 asl.l %d0, %d1
67 move.l %d1, %a3 67 move.l %d1, %a3
68 68
69 move.l #0x20, %macsr | set fractional mode for MAC 69 moveq.l #0x20, %d6
70 move.l #0, %acc1 | acc1 = 0x00 0000 80 (for rounding) 70 move.l %d6, %macsr | set fractional mode for MAC
71 move.l #0x800000, %accext01 71 move.l #0x800000, %accext01 | acc1 = 0x00 0000 80 (for rounding)
72 72
73 move.l #1024<<17, %d6 | d6 & d7 are weight clipping limits 73 move.l #1024<<17, %d6 | d6 & d7 are weight clipping limits
74 move.l #-1024<<17, %d7 | (only used by negative terms) 74 move.l #-1024<<17, %d7 | (only used by negative terms)