mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fix comment in RtlPrefetchMemoryNonTemporal
svn path=/trunk/; revision=19747
This commit is contained in:
parent
c8f142be9f
commit
73f5202b01
1 changed files with 1 additions and 1 deletions
|
@ -158,6 +158,6 @@ _RtlCompareMemory@12:
|
|||
prefetchnta byte ptr [ecx] // prefechnta(address)
|
||||
sub edx, eax // count = count - cache_line_size
|
||||
add ecx, eax // address = address + cache_line_size
|
||||
cmp edx, 0 // if(count) <= 0
|
||||
cmp edx, 0 // if(count) > 0
|
||||
ja fetch_next_line // goto fetch_next_line
|
||||
ret
|
||||
|
|
Loading…
Reference in a new issue