fix cpu_usage

git-svn-id: svn://kolibrios.org@9591 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Doczom
2022-01-07 23:03:51 +00:00
parent bb2c454ebe
commit 3d6209fb37
2 changed files with 8 additions and 6 deletions

View File

@@ -2629,12 +2629,13 @@ sys_cpuusage:
mov [ebx], eax
; +10: 11 bytes: name of the process
push ecx
lea eax, [ecx*8+SLOT_BASE+APPDATA.app_name]
lea eax, [ecx+SLOT_BASE+APPDATA.app_name]
add ebx, 10
mov ecx, 11
call memmove
pop ecx
shr ecx, 3
; +22: address of the process in memory
; +26: size of used memory - 1
push edi