rolo: make PP code pp6100-compatible

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-05-03 21:50:48 +00:00
parent 056f608f78
commit 1bc59454d5
1 changed files with 2 additions and 3 deletions

View File

@ -169,9 +169,8 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
#endif
asm volatile(
"mov r0, %0 \n"
"mov pc, r0 \n"
: : "I"(DRAM_START)
"mov pc, %0 \n"
: : "r"(DRAM_START)
);
#elif defined(CPU_ARM)