Change Halt to Shutdown in sys.s
This commit is contained in:
parent
0c3a254296
commit
b8cba1abd7
@ -63,8 +63,8 @@ __start:
|
||||
* -------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.globl Halt
|
||||
.type __Halt, @function
|
||||
.globl Shutdown
|
||||
.type __Shutdown, @function
|
||||
Shutdown:
|
||||
addi a7,zero,SC_HALT
|
||||
ecall
|
||||
|
Loading…
Reference in New Issue
Block a user