Subversion Repositories Kolibri OS

Rev

Rev 233 | Rev 276 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 233 Rev 254
Line 280... Line 280...
280
           popfd
280
           popfd
281
 
281
 
Line 282... Line 282...
282
           mov [cursor_start],ebx
282
           mov [cursor_start],ebx
283
           sub ebx, cursor_map
283
           sub ebx, cursor_map
284
           shl ebx, 3
-
 
285
           add eax,ebx
284
           lea eax,[eax+ebx*8]
286
           shl eax,3
285
           shl eax,3
287
           lea eax,[cursors+eax+eax*2]
286
           lea eax,[cursors+eax+eax*2]
Line 288... Line 287...
288
 
287
 
289
           xor ebx, ebx
288
           xor ebx, ebx