diff options
-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 |