Patch #5063 by Rani Hod - RoLo on X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f655c93f9
commit
15db7f2a48
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
|
|||
for(i = 0;i < length;i++)
|
||||
*localdest++ = *source++;
|
||||
|
||||
#if CONFIG_CPU == MCF5249
|
||||
#if defined(CPU_COLDFIRE)
|
||||
asm (
|
||||
"movec.l %0,%%vbr \n"
|
||||
"move.l (%0)+,%%sp \n"
|
||||
|
|
Loading…
Reference in a new issue