- Timestamp:
- Mar 3, 2007 11:37:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/string/memset.asm
r3 r1171 22 22 %include "iprt/asmdefs.mac" 23 23 24 BEGINCODE 25 24 26 ;; 25 27 ; @param pvDst gcc: rdi msc: ecx x86:[esp+4] … … 33 35 %error "Port me" 34 36 %else 37 mov r10, rdi ; the return value. 35 38 movzx eax, sil 36 39 cmp rdx, 32 … … 53 56 mov rcx, rdx 54 57 rep stosb 58 59 mov rax, rdi 55 60 %endif 56 61 … … 80 85 81 86 pop edi 87 mov eax, [esp + 4] 82 88 %endif 83 89 ret
Note:
See TracChangeset
for help on using the changeset viewer.