Save of registers after an entrance in function libGUI is added.

git-svn-id: svn://kolibrios.org@706 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
andrew_programmer
2008-01-31 12:50:35 +00:00
parent 7602a89157
commit 03ec9a762d
14 changed files with 186 additions and 26 deletions
+16 -2
View File
@@ -17,8 +17,15 @@ align 4
craete_Bookmark:
mov ebx,[esp+4]
mov eax,[esp+8]
push ebx
push ecx
push edx
push esi
push edi
push ebp
mov ebx,[esp+24+4]
mov eax,[esp+24+8]
mov [PointerToStructureForBookmark],eax
mov [ParendForBookmark],ebx
@@ -416,6 +423,13 @@ craete_Bookmark:
dec [Bookmark.counter1]
jnz next_Bookmark_craete_childs
pop ebp
pop edi
pop esi
pop edx
pop ecx
pop ebx
ret 8
;****************************************************