Update load instruction

This commit is contained in:
Tobias Wölfel 2019-11-13 10:23:46 +01:00 committed by Tobias Woelfel
parent 52b03f3637
commit ef96678d65

View file

@ -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)