forked from KolibriOS/kolibrios
fix FPU after r7124 for other CPU configurations
git-svn-id: svn://kolibrios.org@7165 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -924,7 +924,9 @@ proc set_app_params stdcall,slot:dword, params:dword, flags:dword
|
||||
mov [eax+SLOT_BASE+APPDATA.io_map+4], ecx
|
||||
|
||||
mov esi, fpu_data
|
||||
mov ecx, 512/4
|
||||
mov ecx, [xsave_area_size]
|
||||
add ecx, 3
|
||||
shr ecx, 2
|
||||
rep movsd
|
||||
|
||||
cmp ebx, [TASK_COUNT]
|
||||
|
Reference in New Issue
Block a user