Skip to content

Commit b57264d

Browse files
committed
fix: fix a symbol name
1 parent 91a2d24 commit b57264d

File tree

1 file changed

+1
-1
lines changed
  • Sources/AsmSupport/aarch64

1 file changed

+1
-1
lines changed

Sources/AsmSupport/aarch64/boot.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _start:
2626
cbnz w2, 3b
2727

2828
// jump to Swift code, should not return
29-
4: bl main
29+
4: bl Kernel_main
3030
// for failsafe, halt this core too
3131
b 1b
3232

0 commit comments

Comments
 (0)