fix comment in test/lnxhello.asm

This commit is contained in:
Frank Kotler 2003-08-06 07:13:59 +00:00
parent 7fd4f00930
commit 16486faf30

@ -2,7 +2,8 @@
; Assembly "Hello, World!" for Linux
;
/* Properly defined in <sys/syscall.h> */
; Properly defined in <sys/syscall.h>
%define SYS_exit 1
%define SYS_write 4