Removed some TAB characters

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@211 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-04-24 12:17:19 +00:00
parent cb9d09c80a
commit 603869e71e

View file

@ -49,8 +49,8 @@ static inline void stctx(void* addr)
unsigned int tmp;
asm volatile ("mov.l r8, @(0, %1)\n\t"
"mov.l r9, @(4, %1)\n\t"
"mov.l r10, @(8, %1)\n\t"
"mov.l r9, @(4, %1)\n\t"
"mov.l r10, @(8, %1)\n\t"
"mov.l r11, @(12, %1)\n\t"
"mov.l r12, @(16, %1)\n\t"
"mov.l r13, @(20, %1)\n\t"