Change Halt to Shutdown in sys.s

This commit is contained in:
Quentin Legot 2023-04-04 17:25:51 +02:00
parent 0c3a254296
commit b8cba1abd7

View File

@ -63,8 +63,8 @@ __start:
* -------------------------------------------------------------
*/
.globl Halt
.type __Halt, @function
.globl Shutdown
.type __Shutdown, @function
Shutdown:
addi a7,zero,SC_HALT
ecall