Changeset 14021 in vbox for trunk/src/VBox/Runtime/common/string/memcpy.asm
- Timestamp:
- Nov 10, 2008 4:31:22 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 39077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/memcpy.asm
r8256 r14021 37 37 ; @param pvSrc gcc: rsi msc: rdx x86:[esp+8] 38 38 ; @param cb gcc: rdx msc: r8 x86:[esp+0ch] 39 BEGINPROC RT_NOCRT(memcpy) 39 RT_NOCRT_BEGINPROC memcpy 40 40 cld 41 41
Note:
See TracChangeset
for help on using the changeset viewer.