Use #function, not @function, for .type of _start.

This commit is contained in:
Andreas Jaeger 2001-06-11 07:44:41 +00:00
parent 163f71bf78
commit 791746df78

View File

@ -43,7 +43,7 @@
.text
.globl _start
.type _start,@function
.type _start,#function
_start:
/* Clear the frame pointer since this is the outermost frame. */
mov fp, #0