arm64 locore.S: fix typos

Reviewed by:	jhb, markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D42143
This commit is contained in:
Konstantin Belousov 2023-10-10 02:55:45 +03:00
parent 81647eb60e
commit 4095e0bcb9

View file

@ -136,7 +136,7 @@ virtdone:
sub sp, sp, #BOOTPARAMS_SIZE
mov x0, sp
/* Degate the delda so it is VA -> PA */
/* Negate the delta so it is VA -> PA */
neg x29, x29
str x1, [x0, #BP_MODULEP]