Skip to content

Commit 5451818

Browse files
authored
Update memcpy_asm.s
1 parent 8f0ac19 commit 5451818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm/memcpy_asm.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.section .note.GNU-stack,"",@progbits
21
; memcpy_asm.s - Optimized memory copy in assembly language
32
; Based on x86-64 architecture
43

@@ -125,3 +124,4 @@ memcpy_asm:
125124
; Return destination pointer
126125
mov rax, rdi
127126
ret
127+
segment .note.GNU-stack noexec

0 commit comments

Comments
 (0)