[KERNEL] Use common stub undefined_syscall instead of paleholder

git-svn-id: svn://kolibrios.org@9476 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Rustem Gimadutdinov (rgimad) 2021-12-26 11:12:56 +00:00
parent 3d3e0896b1
commit d92af710b5
2 changed files with 1 additions and 5 deletions

View File

@ -117,7 +117,7 @@ iglobal
dd sys_cachetodiskette ; 16-FlushFloppyCache
dd sys_getbutton ; 17-GetButton
dd sys_system ; 18-System Services
dd paleholder ; 19-reserved
dd undefined_syscall ; 19-reserved
dd sys_midi ; 20-ResetMidi and OutputMidi
dd sys_setup ; 21-SetMidiBase,SetKeymap,SetShiftKeymap,.
dd sys_settime ; 22-setting date,time,clock and alarm-clock

View File

@ -5686,10 +5686,6 @@ syscall_threads: ; CreateThreads
mov [esp+32], eax
ret
align 4
paleholder:
ret
;------------------------------------------------------------------------------
align 4
calculate_fast_getting_offset_for_WinMapAddress: