Subversion Repositories Kolibri OS

Rev

Rev 3545 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3545 Rev 3635
Line 74... Line 74...
74
; Clear the allocated buffer
74
; Clear the allocated buffer
75
        mov     ecx, size/4             ; divide by 4 because of DWORD
75
        mov     ecx, size/4             ; divide by 4 because of DWORD
76
        xor     eax, eax
76
        xor     eax, eax
77
        rep     stosd
77
        rep     stosd
Line -... Line 78...
-
 
78
 
-
 
79
     if (size - size/4*4)
-
 
80
        mov     ecx, size - size/4*4
-
 
81
        rep     stosb
-
 
82
     end if
78
 
83
 
Line 79... Line 84...
79
}
84
}
80
 
85
 
81
struc   IOCTL {
86
struc   IOCTL {