Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 426 → Rev 427

/kernel/branches/flat_kernel/core/fpu.inc
227,10 → 227,9
push ecx
push edx
 
mov ebx, [CURRENT_TASK]
shl ebx, 8
mov ebx, [current_slot]
 
mov eax, [ebx+SLOT_BASE+APPDATA.sse_handler]
mov eax, [ebx+APPDATA.sse_handler]
test eax, eax
jz .default