forked from KolibriOS/kolibrios
[KERNEL] use constants instead of hardcoded values, other small fixes
git-svn-id: svn://kolibrios.org@8876 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1042,8 +1042,8 @@ proc sys_ipc_send stdcall, PID:dword, msg_addr:dword, msg_size:dword
|
||||
invlpg [edx]
|
||||
|
||||
mov eax, [dst_slot]
|
||||
shl eax, 8
|
||||
or [eax+SLOT_BASE+0xA8], dword 0x40
|
||||
shl eax, BSF sizeof.APPDATA
|
||||
or [eax+SLOT_BASE+APPDATA.occurred_events], EVENT_IPC
|
||||
push 0
|
||||
jmp .ret
|
||||
.no_pid:
|
||||
|
Reference in New Issue
Block a user