mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +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)
|
prefetchnta byte ptr [ecx] // prefechnta(address)
|
||||||
sub edx, eax // count = count - cache_line_size
|
sub edx, eax // count = count - cache_line_size
|
||||||
add ecx, eax // address = address + 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
|
ja fetch_next_line // goto fetch_next_line
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue