projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd4f00
)
fix comment in test/lnxhello.asm
author
Frank Kotler
<fbkotler@users.sourceforge.net>
Wed, 6 Aug 2003 07:13:59 +0000
(07:13 +0000)
committer
Frank Kotler
<fbkotler@users.sourceforge.net>
Wed, 6 Aug 2003 07:13:59 +0000
(07:13 +0000)
test/lnxhello.asm
patch
|
blob
|
history
diff --git
a/test/lnxhello.asm
b/test/lnxhello.asm
index 9f59c9e5effb4030f0a2b43d15f76f1a56188fa2..7bc8ff0a9800ff610e2762c4b6e0e218253615bb 100644
(file)
--- 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