diff --git a/sys/arm64/arm64/exception.S b/sys/arm64/arm64/exception.S --- a/sys/arm64/arm64/exception.S +++ b/sys/arm64/arm64/exception.S @@ -225,7 +225,7 @@ mov x0, sp 1: bl unhandled_exception b 1b -END(handle_unhandled_exception) +END(handle_empty_exception) .macro vempty .align 7