kernel/syscall.i

7 lines
105 B
OpenEdge ABL
Raw Normal View History

2024-03-19 09:23:45 -05:00
ifnd SYSCALL_I
SYSCALL_I equ 1
; Handle a syscall
; Syscall number in d0
xref handle_syscall
endif