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