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 <[email protected]>

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);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to