kernel/syscall.i
2024-03-19 09:24:10 -05:00

7 lines
105 B
OpenEdge ABL

ifnd SYSCALL_I
SYSCALL_I equ 1
; Handle a syscall
; Syscall number in d0
xref handle_syscall
endif