diff options
author | Frank Kotler <fbkotler@users.sourceforge.net> | 2003-08-06 07:13:59 +0000 |
---|---|---|
committer | Frank Kotler <fbkotler@users.sourceforge.net> | 2003-08-06 07:13:59 +0000 |
commit | 16486faf303a17f516bfbc907eec4b6ba8ac1e35 (patch) | |
tree | 196a4a8cbc83afa99d7181ca54722ed12eabe6eb /test | |
parent | 7fd4f0093001316ef8558183df3994b0d75ac6b8 (diff) | |
download | nasm-16486faf303a17f516bfbc907eec4b6ba8ac1e35.tar.gz nasm-16486faf303a17f516bfbc907eec4b6ba8ac1e35.tar.bz2 nasm-16486faf303a17f516bfbc907eec4b6ba8ac1e35.zip |
fix comment in test/lnxhello.asm
Diffstat (limited to 'test')
-rw-r--r-- | test/lnxhello.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lnxhello.asm b/test/lnxhello.asm index 9f59c9e..7bc8ff0 100644 --- a/test/lnxhello.asm +++ b/test/lnxhello.asm @@ -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 |