#include <sys/asm.h>, and don't lose if we compile memcpy() with profiling.

This commit is contained in:
mycroft 1993-06-16 19:00:52 +00:00
parent 7b103bb79d
commit 334b910bcb
2 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,8 @@
* SUCH DAMAGE.
*/
#include <sys/asm.h>
#if defined(LIBC_RCS) && !defined(lint)
.asciz "$ID$"
#endif /* LIBC_RCS and not lint */

View File

@ -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