mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Removed some TAB characters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@211 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb9d09c80a
commit
603869e71e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue