mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 13:37:20 -04:00
Update load instruction
This commit is contained in:
parent
52b03f3637
commit
ef96678d65
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue