diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-10-17 10:06:29 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-10-17 10:06:29 +0000 |
commit | 98d186ce806b8d152894f4e320033866bfea2d9e (patch) | |
tree | 0efc8bb62b4de76ecf98cb86212f1e132b5ea490 /apps | |
parent | 176670382c937840aa2231b8c0e9935a8c16b168 (diff) |
Try to fix the non-working $ replacement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15164 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/mpegplayer/idct_arm.S | 4 | ||||
-rw-r--r-- | apps/plugins/mpegplayer/idct_coldfire.S | 2 |
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 @@ * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ - * $Id $ + * $Id$ * * Copyright (C) 2007 by Michael Sevakis * @@ -323,7 +323,7 @@ mpeg2_idct_add_arm: bne 3f 1: stmfd sp!, { r2-r12, lr } - bl .idct + bl .idct ldmfd sp!, { r1-r2 } mov r11, #0 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 @@ * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ - * $Id $ + * $Id$ * * Copyright (C) 2007 Jens Arnold * Based on the work of Karim Boucher and Rani Hod |