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
This commit is contained in:
John Baldwin 2021-09-15 09:03:18 -07:00
parent 8753039a8f
commit 857dc1c0ec

View File

@ -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