Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2010 → Rev 2009

/kernel/branches/Kolibri-acpi/core/taskman.inc
48,7 → 48,6
 
fs_execute_from_sysdir:
xor ebx, ebx
fs_execute_from_sysdir_param:
xor edx, edx
mov esi, sysdir_path
 
1167,13 → 1166,4
ret
endp
 
 
align 4
 
get_stack_base:
mov eax,[current_slot]
mov eax,[eax+APPDATA.pl0_stack]
ret
 
 
include "debug.inc"