Removed an unnecessary instruction from the coldfire 64 bit multiplication.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7607 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1290e05641
commit
891daf30b5
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ asm (
|
|||
"subx.l %d4,%d4 \n"
|
||||
"neg.l %d4 \n" /* carry -> %d4 */
|
||||
"swap %d4 \n"
|
||||
"clr.w %d4 \n"
|
||||
"swap %d5 \n"
|
||||
"move.w %d5,%d4 \n"
|
||||
"clr.w %d5 \n" /* %d4%d5 <<= 16 */
|
||||
|
|
Loading…
Reference in a new issue