Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 727 → Rev 728

/programs/system/menu/trunk/menu.asm
361,11 → 361,18
 
 
close:
movzx ebx, [edi+parent] ; parent id
shl ebx, 4
add ebx, menu_data ; ebx = base of parent info
call backconvert
cmp [ebx + child], al ; if i am the child of my parent...
jnz @f
mov [ebx + child], -1 ; ...my parent now has no children
@@:
or eax, -1 ; close this thread
mov [edi + child], al ; my child is not mine
mcall
 
 
backconvert: ; convert from pointer to process id
mov eax, edi
sub eax, menu_data