[ros-diffs] [weiden] 19747: fix comment in
RtlPrefetchMemoryNonTemporal
weiden at svn.reactos.com
weiden at svn.reactos.com
Tue Nov 29 12:09:45 CET 2005
fix comment in RtlPrefetchMemoryNonTemporal
Modified: trunk/reactos/lib/rtl/i386/mem_asm.S
_____
Modified: trunk/reactos/lib/rtl/i386/mem_asm.S
--- trunk/reactos/lib/rtl/i386/mem_asm.S 2005-11-29 10:09:26 UTC
(rev 19746)
+++ trunk/reactos/lib/rtl/i386/mem_asm.S 2005-11-29 11:09:42 UTC
(rev 19747)
@@ -158,6 +158,6 @@
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051129/70c8a6ae/attachment.html
More information about the Ros-diffs
mailing list