1
0
Fork 0
forked from len0rd/rockbox

Remove CLIP_TO_15 from codeclib. Remove tabs.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24834 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-02-21 22:05:48 +00:00
parent 84a4a1d5cc
commit 28bc321dbb
4 changed files with 72 additions and 68 deletions

View file

@ -36,7 +36,7 @@
*/
#ifdef ROCKBOX
/* get definitions of MULT31, MULT31_SHIFT15, CLIP_TO_15, vect_add, from codelib */
/* get definitions of MULT31, MULT31_SHIFT15, vect_add, from codelib */
#include "asm_arm.h"
#include "asm_mcf5249.h"
#include "codeclib_misc.h"