summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-05-31 19:58:23 +0000
committerjhb <jhb@FreeBSD.org>2005-05-31 19:58:23 +0000
commit569e1bd4370f241c3dd45de2b2a8b1ae970922a9 (patch)
tree7d55d4a091807c6c9c6ef3e17d8f48b4d047ab25 /lib/libpthread
parenta64d1dbf3b3eef0cfd46ff90a615ae7c22f532ea (diff)
downloadFreeBSD-src-569e1bd4370f241c3dd45de2b2a8b1ae970922a9.zip
FreeBSD-src-569e1bd4370f241c3dd45de2b2a8b1ae970922a9.tar.gz
Add a missing END() to quiet a warning.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/arch/alpha/alpha/enter_uts.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/arch/alpha/alpha/enter_uts.S b/lib/libpthread/arch/alpha/alpha/enter_uts.S
index 4dfddff..6de3bd7 100644
--- a/lib/libpthread/arch/alpha/alpha/enter_uts.S
+++ b/lib/libpthread/arch/alpha/alpha/enter_uts.S
@@ -39,3 +39,4 @@ LEAF(_alpha_enter_uts, 4)
mov a1, ra
mov a1, t12
RET
+ END(_alpha_enter_uts)
OpenPOWER on IntegriCloud