assemblz fix

This commit is contained in:
Robin Müller 2025-02-23 16:17:32 +01:00
parent 321d2ef77d
commit e9b0582150

View File

@ -262,7 +262,7 @@ Sync:
// Jump to application
// Load CPU ID 0, which will be used as a function argument to the boot_core function.
ldr r0, #0x0
mov r0, #0x0
bl boot_core
// In case the application returns, loop forever
b .