Author: tkreuzer
Date: Thu Nov 5 04:24:40 2009
New Revision: 43968
URL:
http://svn.reactos.org/svn/reactos?rev=43968&view=rev
Log:
add memcpy symbol, to resolve references created by the compiler
Modified:
branches/ros-amd64-bringup/reactos/lib/sdk/crt/mem/i386/memmove_asm.s
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/mem/i386/memmove_asm.s
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/s…
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/sdk/crt/mem/i386/memmove_asm.s [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/mem/i386/memmove_asm.s [iso-8859-1] Thu
Nov 5 04:24:40 2009
@@ -4,8 +4,10 @@
* NOTE: This code is duplicated in memcpy_asm.s
*/
+.globl _memcpy
.globl _memmove
+_memcpy:
_memmove:
push %ebp
mov %esp,%ebp