We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a2d24 commit b57264dCopy full SHA for b57264d
Sources/AsmSupport/aarch64/boot.S
@@ -26,7 +26,7 @@ _start:
26
cbnz w2, 3b
27
28
// jump to Swift code, should not return
29
-4: bl main
+4: bl Kernel_main
30
// for failsafe, halt this core too
31
b 1b
32
0 commit comments