fix bug in sysfn48 (by Kenshin)

git-svn-id: svn://kolibrios.org@8552 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Rustem Gimadutdinov (rgimad) 2021-01-26 10:31:02 +00:00
parent 44b8c6baec
commit d893a4981a

View File

@ -72,7 +72,7 @@ syscall_draw_window: ;///// system function 0 /////////////////////////////////
syscall_display_settings: ;///// system function 48 ///////////////////////////
;------------------------------------------------------------------------------
cmp ebx, 13
ja @f
ja .ret
jmp dword[.ftable + ebx*4]
align 4