summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-10 14:18:33 +0000
committerbapt <bapt@FreeBSD.org>2014-10-10 14:18:33 +0000
commit75edf7890175f78691945d49f699d868de1a461e (patch)
tree4072d3d299f4139c18c9aaf5de91e0a1ca554ada /sys/sparc64
parent5fc0cad2afa56fd247af81e77355d2348ddac6c2 (diff)
downloadFreeBSD-src-75edf7890175f78691945d49f699d868de1a461e.zip
FreeBSD-src-75edf7890175f78691945d49f699d868de1a461e.tar.gz
Fix typo revealed by using newer binutils
Differential Revision: https://reviews.freebsd.org/D933 Reviewed by: marius
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/support.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/support.S b/sys/sparc64/sparc64/support.S
index 5721954..d6468cf 100644
--- a/sys/sparc64/sparc64/support.S
+++ b/sys/sparc64/sparc64/support.S
@@ -517,7 +517,7 @@ fs_nofault_end:
ENTRY(fs_fault)
retl
mov -1, %o0
-END(fsfault)
+END(fs_fault)
.globl fas_nofault_begin
fas_nofault_begin:
OpenPOWER on IntegriCloud