summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2016-01-24 22:05:21 +0000
committerian <ian@FreeBSD.org>2016-01-24 22:05:21 +0000
commite24c3b20d06b07f1ab29cac41517fc3325c2d973 (patch)
treeb7eda28e26695dfb6ddaae4705ef4748f5f03733 /sys/arm
parent650a9addf1aa6411b6dfefe94fcf78fe0b856fe8 (diff)
downloadFreeBSD-src-e24c3b20d06b07f1ab29cac41517fc3325c2d973.zip
FreeBSD-src-e24c3b20d06b07f1ab29cac41517fc3325c2d973.tar.gz
MFC r293830:
Fix the spelling of fueword* to eliminate compile warnings about mismatched begin/end symbols when the warning level is turned up.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/fusu.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/arm/fusu.S b/sys/arm/arm/fusu.S
index dec49ed..7bc3a98 100644
--- a/sys/arm/arm/fusu.S
+++ b/sys/arm/arm/fusu.S
@@ -131,8 +131,8 @@ EENTRY_NP(fuword32)
str r1, [r2, #PCB_ONFAULT]
mov r0, r3
RET
-EEND(fuword32)
-END(fuword)
+EEND(fueword32)
+END(fueword)
/*
* fusword(caddr_t uaddr);
OpenPOWER on IntegriCloud