Browse Source

Add a comment in code

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

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

@@ -80,7 +80,7 @@ exit_cmd_line_error:			# Exit with 1 exit code printing cmdline help
 	mov	$1, %rdi		# Put "1" exit code in %rdi register
 	jmp	exit			# Jump to "exit" routine
 
-.section .rodata
+.section .rodata			# Section for read-only data
 	help_msg:			# 19 bytes; cmdline help message
 		.ascii "Usage: unlink FILE\n"
 	err_msg:			# 13 bytes; generic string for system error