mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
81647eb60e
commit
4095e0bcb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue