summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-10-17 10:06:29 +0000
committerJens Arnold <amiconn@rockbox.org>2007-10-17 10:06:29 +0000
commit98d186ce806b8d152894f4e320033866bfea2d9e (patch)
tree0efc8bb62b4de76ecf98cb86212f1e132b5ea490
parent176670382c937840aa2231b8c0e9935a8c16b168 (diff)
downloadrockbox-98d186ce806b8d152894f4e320033866bfea2d9e.tar.gz
rockbox-98d186ce806b8d152894f4e320033866bfea2d9e.zip
Try to fix the non-working $ replacement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15164 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/mpegplayer/idct_arm.S4
-rw-r--r--apps/plugins/mpegplayer/idct_coldfire.S2
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/mpegplayer/idct_arm.S b/apps/plugins/mpegplayer/idct_arm.S
index a340f40a07..6d55df2204 100644
--- a/apps/plugins/mpegplayer/idct_arm.S
+++ b/apps/plugins/mpegplayer/idct_arm.S
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id $ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2007 by Michael Sevakis 10 * Copyright (C) 2007 by Michael Sevakis
11 * 11 *
@@ -323,7 +323,7 @@ mpeg2_idct_add_arm:
323 bne 3f 323 bne 3f
3241: 3241:
325 stmfd sp!, { r2-r12, lr } 325 stmfd sp!, { r2-r12, lr }
326 bl .idct 326 bl .idct
327 ldmfd sp!, { r1-r2 } 327 ldmfd sp!, { r1-r2 }
328 mov r11, #0 328 mov r11, #0
329 add r12, r0, #128 329 add r12, r0, #128
diff --git a/apps/plugins/mpegplayer/idct_coldfire.S b/apps/plugins/mpegplayer/idct_coldfire.S
index 007c1a3e98..7c3626d1d2 100644
--- a/apps/plugins/mpegplayer/idct_coldfire.S
+++ b/apps/plugins/mpegplayer/idct_coldfire.S
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id $ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2007 Jens Arnold 10 * Copyright (C) 2007 Jens Arnold
11 * Based on the work of Karim Boucher and Rani Hod 11 * Based on the work of Karim Boucher and Rani Hod