fixed bug with coping file with size divisible by 4Kb.

git-svn-id: svn://kolibrios.org@68 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Andrey Halyavin (halyavin) 2006-04-15 16:04:54 +00:00
parent d3d3fc15c6
commit 09f8067f56

View File

@ -185,8 +185,8 @@ copy_file:
.ok_memory:
; save number of blocks to source_info
shr ebx,9 ; divide by 512
inc ebx ; blocks++
add ebx,511
shr ebx,9 ; round up to 512 boundary
mov [source_info.blocks],ebx
; read the source file
mov eax,58