blob: aa2212e17aabada0e226211967d00e75830c307c [file] [log] [blame]
;;;; Bluejay system call client library implementation.
;; System call numbers
%include "sys.inc"
[bits 32]
[global sys_giveup]
sys_giveup:
mov eax, SYS_GIVEUP
int SYS_INT
ret ; Will return here after the task is re-scheduled