Don't define a label twice.

This commit is contained in:
joerg 2021-02-08 23:50:25 +00:00
parent facc9c9e92
commit cfe420e9b1

View File

@ -1,11 +1,10 @@
/* $NetBSD: return_one.S,v 1.2 2016/12/31 11:51:20 martin Exp $ */
/* $NetBSD: return_one.S,v 1.3 2021/02/08 23:50:25 joerg Exp $ */
#include <machine/asm.h>
.global return_one_end
ENTRY(return_one)
return_one:
retl
mov 1, %o0
return_one_end: