Browse Source

Remove wrong comment in code

Matteo Savatteri 4 years ago
parent
commit
825c0c0540
1 changed files with 0 additions and 1 deletions
  1. 0 1
      4_unlink/src/unlink.s

+ 0 - 1
4_unlink/src/unlink.s

@@ -68,7 +68,6 @@ print_help:				# Print cmdline help to stdout
 exit:					# Ask kernel to terminate execution with some exit
 					# code
 	mov	$60, %rax		# Put "60" in %rax register. 60 = sys_exit call
-					# exit status argument of sys_exit.
 	syscall				# Ask Linux to perform syscall indexed by %rax
 
 exit_zero:				# Exit with 0 exit code