forked from KolibriOS/kolibrios
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:
@@ -7,10 +7,16 @@
|
||||
|
||||
activate_trap_for_specialized_message:
|
||||
|
||||
mov ebx,[esp+4]
|
||||
push eax
|
||||
push ebx
|
||||
|
||||
mov ebx,[esp+8+4]
|
||||
xor eax,eax
|
||||
mov al,[ebx+control_header_size]
|
||||
or al,activate_trap
|
||||
mov [ebx+control_header_size],al
|
||||
|
||||
pop ebx
|
||||
pop eax
|
||||
|
||||
ret 4
|
||||
Reference in New Issue
Block a user