svn commit: r294686 - stable/10/sys/arm/arm
Ian Lepore
ian at FreeBSD.org
Sun Jan 24 22:05:23 UTC 2016
Author: ian
Date: Sun Jan 24 22:05:21 2016
New Revision: 294686
URL: https://svnweb.freebsd.org/changeset/base/294686
Log:
MFC r293830:
Fix the spelling of fueword* to eliminate compile warnings about mismatched
begin/end symbols when the warning level is turned up.
Modified:
stable/10/sys/arm/arm/fusu.S
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/arm/arm/fusu.S
==============================================================================
--- stable/10/sys/arm/arm/fusu.S Sun Jan 24 22:00:36 2016 (r294685)
+++ stable/10/sys/arm/arm/fusu.S Sun Jan 24 22:05:21 2016 (r294686)
@@ -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);
More information about the svn-src-stable
mailing list