From e857fe22279b384322faa9d0dafd7896cef871ca Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 10 Oct 2023 02:55:45 +0300 Subject: [PATCH] arm64 locore.S: fix typos (cherry picked from commit 4095e0bcb9e8fac51eedad89211a5b16af7f55ad) --- sys/arm64/arm64/locore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S index 0ceb01eda5c..d3dfbdf8a76 100644 --- a/sys/arm64/arm64/locore.S +++ b/sys/arm64/arm64/locore.S @@ -134,7 +134,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]