aa64: finalise context switch, page fault handler and syscall
[lunaix-os.git] / lunaix-os / arch / aarch64 / boot / start.S
index 05787b6f1f7dfcc3ca62b3215d0ef19ca1d24451..489d4f7c32da933c23828c7adc98b5516c036d24 100644 (file)
@@ -38,8 +38,8 @@
     1:
         mov x0, x19
         adr x4, aarch64_init
     1:
         mov x0, x19
         adr x4, aarch64_init
-        bl x4
+        blr x4
          
         // x0: ptr to boot_handoff
         adr x4, kernel_bootstrap
          
         // x0: ptr to boot_handoff
         adr x4, kernel_bootstrap
-        bl x4
\ No newline at end of file
+        blr x4
\ No newline at end of file