forked from KolibriOS/kolibrios
kernel: set_keyboard_data
git-svn-id: svn://kolibrios.org@1874 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1166,4 +1166,13 @@ proc set_app_params stdcall,slot:dword, params:dword,\
|
||||
ret
|
||||
endp
|
||||
|
||||
|
||||
align 4
|
||||
|
||||
get_stack_base:
|
||||
mov eax,[current_slot]
|
||||
mov eax,[eax+APPDATA.pl0_stack]
|
||||
ret
|
||||
|
||||
|
||||
include "debug.inc"
|
||||
|
Reference in New Issue
Block a user