use .text instead of .code section

This commit is contained in:
Stefan Lankes 2011-03-31 12:38:04 -07:00
parent 65d3c6c920
commit 017233d7df

View file

@ -9,7 +9,7 @@
;
[BITS 32]
SECTION .code
SECTION .text
global strcpy
strcpy:
push ebp