summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lnxhello.asm3
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