summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-11-22 09:38:18 +0000
committerkib <kib@FreeBSD.org>2014-11-22 09:38:18 +0000
commit93517beb67d09e1304b71d2363cfbe7c9857e45a (patch)
treeaee4289dfe3d77b68b297e592bb187baac79e041 /sys/amd64
parent7dd73de9acc101ba66bf2c6710943de299443f79 (diff)
downloadFreeBSD-src-93517beb67d09e1304b71d2363cfbe7c9857e45a.zip
FreeBSD-src-93517beb67d09e1304b71d2363cfbe7c9857e45a.tar.gz
MFC r274555:
Fix END()s for fueword and fueword64, match the name in END() with entry.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/support.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index fe19f88..f8b75ff 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -426,8 +426,8 @@ ENTRY(fueword)
movq %r11,(%rsi)
POP_FRAME_POINTER
ret
-END(fuword64)
-END(fuword)
+END(fueword64)
+END(fueword)
ENTRY(fueword32)
PUSH_FRAME_POINTER
OpenPOWER on IntegriCloud