#include <sys/asm.h>, and don't lose if we compile memcpy() with profiling.
This commit is contained in:
parent
7b103bb79d
commit
334b910bcb
|
@ -33,6 +33,8 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/asm.h>
|
||||
|
||||
#if defined(LIBC_RCS) && !defined(lint)
|
||||
.asciz "$ID$"
|
||||
#endif /* LIBC_RCS and not lint */
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/asm.h>
|
||||
|
||||
#if defined(LIBC_RCS) && !defined(lint)
|
||||
.asciz "$ID$"
|
||||
#endif /* LIBC_RCS and not lint */
|
||||
|
@ -43,7 +45,7 @@
|
|||
*/
|
||||
|
||||
ENTRY(memmove)
|
||||
ENTRY(memcpy)
|
||||
ALTENTRY(memcpy)
|
||||
pushl %esi
|
||||
pushl %edi
|
||||
movl 12(%esp),%edi
|
||||
|
|
Loading…
Reference in New Issue