1
0
Fork 0
forked from len0rd/rockbox

Moved memset() out of .iram

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4170 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-12-21 12:22:50 +00:00
parent 8dad7c2f31
commit 96147edb7d

View file

@ -39,12 +39,6 @@ QUICKREF
#define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
_PTR
_DEFUN (memset, (m, c, n),
_PTR m _AND
int c _AND
size_t n) __attribute__ ((section (".icode")));
_PTR
_DEFUN (memset, (m, c, n),
_PTR m _AND