use .text instead of .code section
This commit is contained in:
parent
65d3c6c920
commit
017233d7df
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
;
|
||||
|
||||
[BITS 32]
|
||||
SECTION .code
|
||||
SECTION .text
|
||||
global strcpy
|
||||
strcpy:
|
||||
push ebp
|
||||
|
|
Loading…
Add table
Reference in a new issue