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:
parent
8dad7c2f31
commit
96147edb7d
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue