svn commit: r293830 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Wed Jan 13 14:39:40 UTC 2016


Author: ian
Date: Wed Jan 13 14:39:39 2016
New Revision: 293830
URL: https://svnweb.freebsd.org/changeset/base/293830

Log:
  Fix the spelling of fueword* to eliminate compile warnings about mismatched
  begin/end symbols when the warning level is turned up.
  
  Submitted by:	Steve Kiernan <stevek at juniper.net>

Modified:
  head/sys/arm/arm/fusu.S

Modified: head/sys/arm/arm/fusu.S
==============================================================================
--- head/sys/arm/arm/fusu.S	Wed Jan 13 14:32:48 2016	(r293829)
+++ head/sys/arm/arm/fusu.S	Wed Jan 13 14:39:39 2016	(r293830)
@@ -139,8 +139,8 @@ EENTRY_NP(fueword32)
 	mov	r0, #0x00000000
 	str	r0, [r2, #PCB_ONFAULT]
 	RET
-EEND(fuword32)
-END(fuword)
+EEND(fueword32)
+END(fueword)
 
 /*
  * fusword(caddr_t uaddr);


More information about the svn-src-all mailing list