diff --git a/test/userlib/sys.s b/test/userlib/sys.s index 970117b..7b7e3da 100644 --- a/test/userlib/sys.s +++ b/test/userlib/sys.s @@ -63,8 +63,8 @@ __start: * ------------------------------------------------------------- */ - .globl Halt - .type __Halt, @function + .globl Shutdown + .type __Shutdown, @function Shutdown: addi a7,zero,SC_HALT ecall