aboutsummaryrefslogtreecommitdiff
path: root/boot.S
diff options
context:
space:
mode:
Diffstat (limited to 'boot.S')
-rw-r--r--boot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.S b/boot.S
index 20cf155..23ed2ea 100644
--- a/boot.S
+++ b/boot.S
@@ -46,7 +46,7 @@ _start:
// Call kernel_main
ldr r3, =kernel_main
- blx r3
+ bx r3
// halt
halt: