From e9b058215068ec126d39ed997be4616df7726e14 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 23 Feb 2025 16:17:32 +0100 Subject: [PATCH] assemblz fix --- zynq7000-rt/src/rt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zynq7000-rt/src/rt.rs b/zynq7000-rt/src/rt.rs index f49f383..5218a71 100644 --- a/zynq7000-rt/src/rt.rs +++ b/zynq7000-rt/src/rt.rs @@ -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 .