From ea208974b6466f194675f4942909d10504c19374 Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Sat, 21 Aug 2021 14:45:22 +0200 Subject: [PATCH] Branch instr on ARM64 is BR --- src/system/boot/platform/efi/arch/arm64/entry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/efi/arch/arm64/entry.S b/src/system/boot/platform/efi/arch/arm64/entry.S index 82d44b0743..9f4903c6ff 100644 --- a/src/system/boot/platform/efi/arch/arm64/entry.S +++ b/src/system/boot/platform/efi/arch/arm64/entry.S @@ -26,7 +26,7 @@ FUNCTION(arch_enter_kernel): mov x1,#0 // currentCPU=0 // call the kernel - b x4 + br x4 // return mov x0,#-1 // B_ERROR