From ef96678d65af77a563dcb125cc39a131976f0981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20W=C3=B6lfel?= Date: Wed, 13 Nov 2019 10:23:46 +0100 Subject: [PATCH] Update load instruction --- examples/sw/simple_system/common/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sw/simple_system/common/crt0.S b/examples/sw/simple_system/common/crt0.S index 1e00057d..b3319f1e 100644 --- a/examples/sw/simple_system/common/crt0.S +++ b/examples/sw/simple_system/common/crt0.S @@ -69,7 +69,7 @@ main_entry: jal x1, main /* Halt simulation */ - la x5, SIM_CTRL_BASE + SIM_CTRL_CTRL + li x5, SIM_CTRL_BASE + SIM_CTRL_CTRL li x6, 1 sw x6, 0(x5)