aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-09-15 16:03:18 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-09-15 16:03:18 +0000
commit857dc1c0ecfbf40509706b87de832a3f6d7338b2 (patch)
tree74a88a9f39be1a4fa1eae2335693837db9cd2bfa
parent8753039a8f231ab04c7f3db9eaa5d9144d73440d (diff)
downloadsrc-857dc1c0ecfbf40509706b87de832a3f6d7338b2.tar.gz
src-857dc1c0ecfbf40509706b87de832a3f6d7338b2.zip
arm64: Pass the right label to END() for handle_empty_exception.
GNU as reported an error for the argument to .size not being a constant. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D31950
-rw-r--r--sys/arm64/arm64/exception.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/arm64/exception.S b/sys/arm64/arm64/exception.S
index 413b9523eb06..22f6b7ce6145 100644
--- a/sys/arm64/arm64/exception.S
+++ b/sys/arm64/arm64/exception.S
@@ -225,7 +225,7 @@ ENTRY(handle_empty_exception)
mov x0, sp
1: bl unhandled_exception
b 1b
-END(handle_unhandled_exception)
+END(handle_empty_exception)
.macro vempty
.align 7