Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2016 22:05:22 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r294686 - stable/10/sys/arm/arm
Message-ID:  <201601242205.u0OM5M8r026822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601242205.u0OM5M8r026822>